public interface IBaseMailData extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS_SPLITTER |
Modifier and Type | Method and Description |
---|---|
default javax.mail.internet.MimeMessage |
buildMimeMessage(javax.mail.Session session)
Deprecated.
|
default javax.mail.internet.MimePart[] |
buildMimeParts(javax.mail.Session session)
Deprecated.
|
javax.mail.Address[] |
getBcc() |
List<BodyPartData> |
getBodyParts() |
javax.mail.Address[] |
getCc() |
EMailEncrpytionType |
getEncryptionType() |
List<FilePartData> |
getFileParts() |
javax.mail.Address |
getFrom() |
default javax.mail.internet.MimeMessage |
getMimeMessage(javax.mail.Session session)
Deprecated.
|
javax.mail.Address[] |
getReply() |
boolean |
getSendSeparateMails()
Flag to indicate that mails should be send separately to the to-recipient.
|
String |
getSubject() |
javax.mail.Address[] |
getTo() |
static final String ADDRESS_SPLITTER
EMailEncrpytionType getEncryptionType()
javax.mail.Address getFrom()
javax.mail.Address[] getTo()
javax.mail.Address[] getCc()
javax.mail.Address[] getBcc()
javax.mail.Address[] getReply()
String getSubject()
List<BodyPartData> getBodyParts()
List<FilePartData> getFileParts()
boolean getSendSeparateMails()
true
if mails should be separately, false
otherwise@Deprecated default javax.mail.internet.MimePart[] buildMimeParts(javax.mail.Session session) throws Exception
Exception
@Deprecated default javax.mail.internet.MimeMessage buildMimeMessage(javax.mail.Session session) throws Exception
Exception
@Deprecated default javax.mail.internet.MimeMessage getMimeMessage(javax.mail.Session session) throws Exception
Exception
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.