Interface MailBuilder
- All Known Implementing Classes:
MailBuilderImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncreateAttachment
(String id, jakarta.activation.MimeType mimeType) Deprecated.createAttachment
(String id, String fileName, Binary binary) Deprecated.getMail
(MailActionService.MailInfo mailinfo, EntityList selectionList, @Nullable org.joda.time.LocalDate expiryDate, Locale locale, @Nullable Entity sender, MailReceiver receiver, UUID taskUuid, boolean withAttachments) Deprecated.
-
Method Details
-
getMail
Mail getMail(MailActionService.MailInfo mailinfo, EntityList selectionList, @Nullable @Nullable org.joda.time.LocalDate expiryDate, Locale locale, @Nullable @Nullable Entity sender, MailReceiver receiver, UUID taskUuid, boolean withAttachments) throws PersistException, TemplateException, jakarta.mail.internet.AddressException, MailException Deprecated.- Throws:
PersistException
TemplateException
jakarta.mail.internet.AddressException
MailException
-
createAttachment
Deprecated. -
createAttachment
Deprecated.
-