Class EMLExtractor
- java.lang.Object
-
- org.silverpeas.core.mail.extractor.EMLExtractor
-
- All Implemented Interfaces:
MailExtractor
public class EMLExtractor extends Object implements MailExtractor
-
-
Constructor Summary
Constructors Constructor Description EMLExtractor(File file)
EMLExtractor(InputStream file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MailAttachment>
getAttachments()
Mail
getMail()
-
-
-
Constructor Detail
-
EMLExtractor
public EMLExtractor(File file) throws ExtractorException
- Throws:
ExtractorException
-
EMLExtractor
public EMLExtractor(InputStream file) throws ExtractorException
- Throws:
ExtractorException
-
-
Method Detail
-
getMail
public Mail getMail() throws MailException
- Specified by:
getMail
in interfaceMailExtractor
- Throws:
MailException
-
getAttachments
public List<MailAttachment> getAttachments() throws MailException
- Specified by:
getAttachments
in interfaceMailExtractor
- Throws:
MailException
-
-