mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-QA to HEAD (4.2) (including moving test classes into separate folders)
51903 to 54309 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,14 +32,27 @@ public interface AlfrescoImapConst
|
||||
{
|
||||
/**
|
||||
* Defines {@link AlfrescoImapFolder} view mode as virtual mode. Used for IMAP Virtualised View.
|
||||
* <p>
|
||||
* In the virtual mode alfresco nodes of cm:content are shown regardless of whether they are IMAP messages.
|
||||
* <p>
|
||||
* A template is used to generate a "virtual" email message from a content item that is not an email message.
|
||||
* <p>
|
||||
* Only nodes from IMAP favourite sites are shown, non favourite sites are not shown.
|
||||
*/
|
||||
VIRTUAL,
|
||||
/**
|
||||
* Defines {@link AlfrescoImapFolder} view mode as mixed mode. Used for IMAP Mixed View.
|
||||
* <p>
|
||||
* In mixed mode both IMAP messages and Alfresco nodes of other types are shown.
|
||||
* Only nodes from IMAP favourite sites are shown, non favourite sites are not shown.
|
||||
*
|
||||
*/
|
||||
MIXED,
|
||||
/**
|
||||
* Defines {@link AlfrescoImapFolder} view mode as archive mode. Used for Email Archive View.
|
||||
* <p>
|
||||
* In archive mode only IMAP messages are shown. Alfresco nodes of other types are not shown.
|
||||
* And no nodes within sites (favourite or otherwise) are shown.
|
||||
*/
|
||||
ARCHIVE
|
||||
}
|
||||
|
Reference in New Issue
Block a user