Uses of Class
com.logicaldoc.core.communication.EMail
Package
Description
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.Classes that model emails and messages and the machinery to work with them.
-
Uses of EMail in com.logicaldoc.core.automation
Modifier and TypeMethodDescriptionMailTool.documentToEMail
(Document document, boolean extractAttachments) Creates anEMail
object given the document that stores an email message. -
Uses of EMail in com.logicaldoc.core.communication
Modifier and TypeMethodDescriptionstatic EMail
MailUtil.messageToMail
(File emlFile, boolean extractAttachmentContent) Builds an EMail from a .eml file.static EMail
MailUtil.messageToMail
(InputStream is, boolean extractAttachmentContent) Builds an EMail from a streamstatic EMail
MailUtil.messageToMail
(javax.mail.Message msg, boolean extractAttachmentContent) Builds an EMail from a Message.static EMail
Builds an EMail from a .msg file.static EMail
MailUtil.msgToMail
(InputStream is, boolean extractAttachmentContent) Builds an EMail from a .msg fileModifier and TypeMethodDescriptionvoid
This method sends an email using the smtp-protocol.void
Sends an email by using a given templatevoid
Same as send(EMail) but executes in another threadvoid
Same as send(EMail, String, Map) but executes in another thread