Package de.mhus.lib.core.mail
Interface MailTransport
-
public interface MailTransport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup(MailAttachment[] attachments)StringgetConnectInfo()javax.mail.AddressgetFrom()javax.mail.SessiongetSession()voidsend(javax.mail.internet.MimeMessage msg)
-
-
-
Method Detail
-
getFrom
javax.mail.Address getFrom() throws javax.mail.internet.AddressException- Throws:
javax.mail.internet.AddressException
-
cleanup
void cleanup(MailAttachment[] attachments)
-
getConnectInfo
String getConnectInfo()
-
-