Uses of Class
de.aristaflow.adept2.model.mail.Email
Packages that use Email
Package
Description
-
Uses of Email in de.aristaflow.adept2.base.mailservice
Methods in de.aristaflow.adept2.base.mailservice with parameters of type EmailModifier and TypeMethodDescriptionMailService.sendMail(SessionToken session, Email mail, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text.MailService.sendMail(SessionToken session, Email mail, Map<String, String> addAttributes, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text. -
Uses of Email in de.aristaflow.adept2.core.mailservice
Methods in de.aristaflow.adept2.core.mailservice with parameters of type EmailModifier and TypeMethodDescriptionMailService.sendMail(SessionToken session, Email mail, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text.MailService.sendMail(SessionToken session, Email mail, Map<String, String> addAttributes, boolean allowAsyncRetry) Sends the designated mail which needs at least one recipient, a subject and a body/text. -
Uses of Email in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return EmailModifier and TypeMethodDescriptionEmail.attachment(SerialisableAttachment att) Adds the designated attachment to this mail.Email.attachment(jakarta.activation.DataSource attSource, boolean embed) Adds the designated attachment to this mail.Email.attachment(String fileName, UDTValue attData, boolean embed) Adds the content of the designated UDT value as attachment to this mail.Email.attachment(String fileName, String contentType, byte[] attData, boolean embed) Adds the designated content as attachment to this mail.Email.attachment(String fileName, String contentType, UDTValue attData, boolean embed) Adds the content of the designated UDT value as attachment to this mail.Email.attachment(String fileName, String contentType, jakarta.activation.DataSource attSource, boolean embed) Adds the designated attachment to this mail.Email.attachment(String fileName, String contentType, URI attSource, boolean embed) Adds the content of the designated URI as attachment to this mail.Email.attachment(String fileName, String contentType, URL attSource, boolean embed) Adds the content of the designated URL as attachment to this mail.Email.attachment(URI attSource, boolean embed) Adds the content of the designated URI as attachment to this mail.Email.attachment(URL attSource, boolean embed) Adds the content of the designated URL as attachment to this mail.Sets an address to which to send a copy of the mail unaware of the other recipients.Sets an address to which to send a copy of the mail unaware of the other recipients.Sets the address to which to send problems that occur on the way of the mail to its recipient.Sets the address to which to send problems that occur on the way of the mail to its recipient.Sets an address to which to send a copy of the mail.Sets an address to which to send a copy of the mail.Email.clearAttachments()Removes all attachments from this mail.Email.clearBcc()Removes all addresses to which to send copies of the mail unaware of the other recipients.Email.clearBounceTo()Removes the address to which to send problems that occur on the way of the mail to its recipient.Email.clearCc()Removes all addresses to which to send copies of the mail.Email.clearFrom()Removes the address of the sender.Email.clearHeaders()Removes all additional headers from this mail.Email.clearPriority()Removes the priority.Email.clearReplyTo()Removes the address to which to reply to.Email.clearTo()Removes all addresses to which to send the mail.Sets the address of the sender.Sets the address and the name of the sender.EmailResult.getMail()Adds the designated key-value-pair as additional header of this mail.Sets the content of the mail as HTML formatted text.Email.priority(int intPrio) Sets the priority.Email.priority(EmailPriority prio) Sets the priority.Sets the priority.Sets the address to which to reply to (in case this differs from the sender).The address to which to reply to (in case this differs from the sender).Sets the subject of the mail.Sets the text content of the mail, i.Sets an address to which to send the mail.Sets an address to which to send the mail.Constructors in de.aristaflow.adept2.model.mail with parameters of type EmailModifierConstructorDescriptionEmailResult(Email email) Creates anEmailResultfor a successfully sent e-mail message.EmailResult(Email email, byte[] rawEmail, Throwable throwable, Boolean retryPossible) Creates a newEmailResultwith the designated properties.EmailResult(Email email, Throwable throwable, Boolean retryPossible)