Uses of Class
com.logicaldoc.core.communication.EMail
-
Packages that use EMail Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionarythat is used to automatically put in the Dictionary whatever bean you need.com.logicaldoc.core.communication -
-
Uses of EMail in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return EMail Modifier and Type Method Description EMailMailTool. 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 EMail Modifier and Type Method Description static 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 EMailMailUtil. msgToMail(File msgFile, boolean extractAttachmentContent)Builds 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 EMail Modifier and Type Method Description voidEMailSender. send(EMail email)This method sends an email using the smtp-protocol.voidEMailSender. send(EMail email, String templateName, Map<String,Object> dictionary)Sends an email by using a given templatevoidEMailSender. sendAsync(EMail email)Same as send(EMail) but executes in another threadvoidEMailSender. sendAsync(EMail email, String templateName, Map<String,Object> dictionary)Same as send(EMail, String, Map) but executes in another thread
-