org.silverpeas.util.mail
Interface MailExtractor

All Known Implementing Classes:
EMLExtractor, MSGExtractor

public interface MailExtractor


Method Summary
 List<MailAttachment> getAttachments()
           
 Mail getMail()
           
 

Method Detail

getMail

Mail getMail()
             throws Exception
Throws:
Exception

getAttachments

List<MailAttachment> getAttachments()
                                    throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.