This commit is contained in:
Mark Fisher
2011-05-06 11:22:31 -04:00
parent d31079a05c
commit 1107324ee8

View File

@@ -115,7 +115,7 @@
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
If your username contains the '@' character use '%40' instead of '@' to avoid parsing errors from the underlying JavaMail API.
</important>
<programlisting language="xml"><![CDATA[<util:properties id="javaMailProperties">
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>