mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Email Server and EmailService in a working state.
- Fixed authentication - Fixed I18N - Fixed mimetype and encoding issues Changed 'avm' remote ports and hosts to be 'alfresco.rmi.services' as the 'avm' was starting to creep into non-avm stuff. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7281 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
prefix="emailserver" />
|
||||
</namespaces>
|
||||
|
||||
<constraints>
|
||||
<constraint name="emailserver:alias" type="REGEX">
|
||||
<parameter name="expression"><value><![CDATA[[a-zA-Z0-9.\-]*]]></value></parameter>
|
||||
<parameter name="requiresMatch"><value>true</value></parameter>
|
||||
</constraint>
|
||||
</constraints>
|
||||
|
||||
<aspects>
|
||||
|
||||
<aspect name="emailserver:attached">
|
||||
@@ -51,12 +58,15 @@
|
||||
</aspect>
|
||||
|
||||
<aspect name="emailserver:aliasable">
|
||||
<title>Aliasable</title>
|
||||
<title>Email Alias</title>
|
||||
<properties>
|
||||
<property name="emailserver:alias">
|
||||
<title>Alias</title>
|
||||
<type>d:text</type>
|
||||
<mandatory>true</mandatory>
|
||||
<constraints>
|
||||
<constraint ref="emailserver:alias" />
|
||||
</constraints>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
Reference in New Issue
Block a user