Package adams.core.net
Interface InMemorySendEmail
-
- All Superinterfaces:
CleanUpHandler,Destroyable,OptionHandler,SendEmail
- All Known Implementing Classes:
JavaMailSendEmail
public interface InMemorySendEmail extends SendEmail
Interface for SendEmail schemes that can handle in-memory attachments, i.e., byte arrays.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.net.SendEmail
initializeSmtpSession, requiresSmtpSessionInitialization, sendMail
-
-