Uses of Class
de.aristaflow.adept2.model.mail.SerialisedEmail
-
Packages that use SerialisedEmail Package Description de.aristaflow.adept2.base.mail de.aristaflow.adept2.model.mail -
-
Uses of SerialisedEmail in de.aristaflow.adept2.base.mail
Methods in de.aristaflow.adept2.base.mail that return SerialisedEmail Modifier and Type Method Description static SerialisedEmail
EmailToolkit. sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, List<SerialisableAttachment> attachments, String hostname)
Deprecated.This method allows the usage of a host differing from the default host.static SerialisedEmail
EmailToolkit. sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, List<SerialisableAttachment> attachments, String hostname, int hostport, boolean useTLS, boolean useSSL, boolean overtrustful)
Deprecated.This method allows the usage of a host differing from the default host.static SerialisedEmail
EmailToolkit. sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, List<SerialisableAttachment> attachments, String hostname, int hostport, String username, String password, boolean useTLS, boolean useSSL, boolean overtrustful)
Deprecated.This method allows the usage of a host differing from the default host that also needs a username and a password.static SerialisedEmail
EmailToolkit. sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, List<SerialisableAttachment> attachments, String hostname, int hostport, String username, String password, boolean useTLS, boolean useSSL, boolean overtrustful, Map<String,String> addAttributes)
Deprecated.This method allows the usage of a host differing from the default host that also needs a username and a password. -
Uses of SerialisedEmail in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return SerialisedEmail Modifier and Type Method Description SerialisedEmail
EmailResult. getEmail()
Deprecated.UseEmailResult.getMail()
instead.SerialisedEmail
Email. toSerialisedMail()
Deprecated.This is only for compatibility with the deprecatedSerialisedEmail
.Constructors in de.aristaflow.adept2.model.mail with parameters of type SerialisedEmail Constructor Description Email(SerialisedEmail email)
Deprecated.This is only for compatibility with the deprecatedSerialisedEmail
.EmailResult(SerialisedEmail email)
Deprecated.UseEmailResult(Email)
instead.EmailResult(SerialisedEmail email, Throwable throwable, Boolean retryPossible)
Deprecated.UseEmailResult(Email)
orEmailResult(Throwable, Boolean)
instead.
-