Uses of Class
com.logicaldoc.core.communication.EMail
- 
Packages that use EMail Package Description com.logicaldoc.core.communication com.logicaldoc.core.util  - 
- 
Uses of EMail in com.logicaldoc.core.communication
Methods 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 - 
Uses of EMail in com.logicaldoc.core.util
Methods in com.logicaldoc.core.util 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 file 
 -