Package org.alfresco.repo.imap

The implementation of the Alfresco Imap Server

See:
          Description

Interface Summary
AlfrescoImapConst  
ImapService  
 

Class Summary
AbstractImapFolder Implementation of greenmail MailFolder.
AbstractMimeMessage  
AlfrescoImapConst.ImapViewMode  
AlfrescoImapFolder Implementation of greenmail MailFolder.
AlfrescoImapFolderAccessInterceptor  
AlfrescoImapHostManager  
AlfrescoImapServer  
AlfrescoImapUser Alfresco implementation of the GreenMailUser interface.
AlfrescoImapUserManager  
ContentModelMessage  
ImapContentPolicy  
ImapMessageTest  
ImapModelMessage Extended MimeMessage to represent a content stored in the Alfresco repository.
ImapService.EmailBodyFormat Helper enumeration to handle email body format text/html and text/plain for Alfresco/Share webapp
ImapServiceImpl  
ImapServiceImpl.ImapServiceBootstrap Bootstrap initialization bean for the service implementation.
ImapServiceImplCacheTest Unit test for cache implementation in the ImapServiceImpl.
ImapServiceImplTest Unit test for ImapServiceImpl
IncomingImapMessage This class is used to serve incoming IMAP message.
LoadTester  
RemoteLoadTester  
 

Package org.alfresco.repo.imap Description

The implementation of the Alfresco Imap Server

AlfrescoImapServer which implements the IMAP protocol. It contains an instance of the Ice Green ImapServer and delegates imap commands to AlfrescoImapHostManager and AlfrescoImapUserManager. AlfrescoImapHostManager in turn delegates to ImapService and AlfrescoImapUserManager uses the PersonService.

ImapServiceImpl provides the implementation of the various IMAP commands on an alfresco repository. Also contains the transaction and security boundary.

AlfrescoImapFolder contains the implementation of IMAPFolders and contains messages.

Since:
3.2


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.