mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
EmailServer code.
- This is not fully integrated. In fact, the integration points have been disabled. - The main code for now is the remote stream. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6756 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -117,6 +117,12 @@ public interface NamespaceService extends NamespacePrefixResolver
|
||||
|
||||
/** WCM Application Model Prefix */
|
||||
static final String WCMAPP_MODEL_PREFIX = "wca";
|
||||
|
||||
/** Email Server Application Model URI */
|
||||
static final String EMAILSERVER_MODEL_URI = "http://www.alfresco.org/model/emailserver/1.0";
|
||||
|
||||
/** Email Server Application Model Prefix */
|
||||
static final String EMAILSERVER_MODEL_PREFIX = "emailserver";
|
||||
|
||||
/** WCM Workflow Model Prefix */
|
||||
static final String WCMWF_MODEL = "wcmwf";
|
||||
|
Reference in New Issue
Block a user