Package de.mhus.lib.core.mail
Interface Mail
-
- All Known Implementing Classes:
GpgEncryptedMail,GpgSignedMail,HtmlMail,PlainTextMail
public interface Mail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(MailTransport transport)
-
-
-
Method Detail
-
send
void send(MailTransport transport) throws Exception
- Throws:
Exception
-
-