org.exoplatform.mail.service
Interface MailImportExport

All Known Implementing Classes:
EMLImportExport

public interface MailImportExport

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Jul 2, 2007


Method Summary
 java.io.OutputStream exportMessage(java.lang.String username, java.lang.String accountId, Message message)
           
 boolean importMessage(java.lang.String username, java.lang.String accountId, java.lang.String folderId, java.io.InputStream inputStream, java.lang.String type)
           
 

Method Detail

importMessage

boolean importMessage(java.lang.String username,
                      java.lang.String accountId,
                      java.lang.String folderId,
                      java.io.InputStream inputStream,
                      java.lang.String type)
                      throws java.lang.Exception
Throws:
java.lang.Exception

exportMessage

java.io.OutputStream exportMessage(java.lang.String username,
                                   java.lang.String accountId,
                                   Message message)
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.