INT-1802 added docs for replacing '@' with '%40' in the userid when its specified as part of the url

This commit is contained in:
Oleg Zhurakousky
2011-03-07 18:26:19 -05:00
parent 3839db5433
commit 1f2f7dac04

View File

@@ -114,6 +114,9 @@
... where <emphasis>javaMailProperties</emphasis> could be provided by creating and populating
a regular <classname>java.utils.Properties</classname> object. For example via <emphasis>util</emphasis> namespace
provided by Spring.
<important>
If your userid contains '@' character use '%40' instead of '@' to avoid parsing errors from he underlying JavaMail API
</important>
<programlisting language="xml"><![CDATA[<util:properties id="javaMailProperties">
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>
<prop key="mail.imap.socketFactory.fallback">false</prop>