Uses of Class
com.logicaldoc.core.communication.EMail
Packages that use 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
Methods in com.logicaldoc.core.automation that return EMailModifier and TypeMethodDescriptionMailTool.documentToEMail(Document document, boolean extractAttachments) Creates anEMailobject given the document that stores an email message. -
Uses of EMail in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return EMailModifier and TypeMethodDescriptionstatic EMailMailUtil.messageToMail(File emlFile, boolean extractAttachmentContent) Builds an EMail from a .eml file.static EMailMailUtil.messageToMail(InputStream is, boolean extractAttachmentContent) Builds an EMail from a streamstatic EMailMailUtil.messageToMail(javax.mail.Message msg, boolean extractAttachmentContent) Builds an EMail from a Message.static EMailBuilds an EMail from a .msg file.static EMailMailUtil.msgToMail(InputStream is, boolean extractAttachmentContent) Builds an EMail from a .msg fileMethods in com.logicaldoc.core.communication with parameters of type EMailModifier and TypeMethodDescriptionvoidThis method sends an email using the smtp-protocol.voidSends an email by using a given templatevoidSame as send(EMail) but executes in another threadvoidSame as send(EMail, String, Map) but executes in another thread