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 void
EMailSender. send(EMail email)
This method sends an email using the smtp-protocol.void
EMailSender. send(EMail email, String templateName, Map<String,Object> dictionary)
Sends an email by using a given templatevoid
EMailSender. sendAsync(EMail email)
Same as send(EMail) but executes in another threadvoid
EMailSender. 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 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
MailUtil. msgToMail(File msgFile, boolean extractAttachmentContent)
Builds an EMail from a .msg file.static EMail
MailUtil. msgToMail(InputStream is, boolean extractAttachmentContent)
Builds an EMail from a .msg file
-