Class MSGExtractor
- java.lang.Object
-
- org.silverpeas.core.mail.extractor.MSGExtractor
-
- All Implemented Interfaces:
MailExtractor
public class MSGExtractor extends Object implements MailExtractor
-
-
Constructor Summary
Constructors Constructor Description MSGExtractor(File file)
MSGExtractor(InputStream file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MailAttachment>
getAttachments()
Mail
getMail()
-
-
-
Constructor Detail
-
MSGExtractor
public MSGExtractor(File file) throws ExtractorException
- Throws:
ExtractorException
-
MSGExtractor
public MSGExtractor(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
-
-