Interface MailReaderFactory
- All Known Implementing Classes:
MailReaderFactoryImpl
public interface MailReaderFactory
Factory Class which constructs
MailReader for a provided MailServer instance.-
Method Summary
-
Method Details
-
readerFor
ConstructsMailReaderfor a providedMailServerinstance.- Parameters:
mailServer- instance ofMailServerfor which create reader;folderName- name of the folder to operate within;- Returns:
- Optional
MailReaderfor a givenMailServerinstance;
-