Interface MailExtractor
-
- All Known Implementing Classes:
EMLExtractor
,MSGExtractor
public interface MailExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MailAttachment>
getAttachments()
Mail
getMail()
-
-
-
Method Detail
-
getMail
Mail getMail() throws MailException
- Throws:
MailException
-
getAttachments
List<MailAttachment> getAttachments() throws MailException
- Throws:
MailException
-
-