org.silverpeas.util.mail
Class MSGExtractor
java.lang.Object
org.silverpeas.util.mail.MSGExtractor
- All Implemented Interfaces:
- MailExtractor
public class MSGExtractor
- extends Object
- implements MailExtractor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSGExtractor
public MSGExtractor(File file)
throws ExtractorException
- Throws:
ExtractorException
MSGExtractor
public MSGExtractor(InputStream file)
throws ExtractorException
- Throws:
ExtractorException
getMail
public Mail getMail()
throws Exception
- Specified by:
getMail
in interface MailExtractor
- Throws:
Exception
getAttachments
public List<MailAttachment> getAttachments()
throws Exception
- Specified by:
getAttachments
in interface MailExtractor
- Throws:
Exception
Copyright © 2016 Silverpeas. All Rights Reserved.