From 1b87db30ba5c053c92dd9861cbcb189f811cc1d1 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 15 Sep 2010 10:39:22 -0400 Subject: [PATCH] INT-1417, updated documentation showing how 'javaMailProperties' could be provided --- src/docbkx/mail.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/docbkx/mail.xml b/src/docbkx/mail.xml index 030719aba0..ba042533ce 100644 --- a/src/docbkx/mail.xml +++ b/src/docbkx/mail.xml @@ -113,7 +113,17 @@ should-delete-messages="false" should-mark-messages-as-read="true" java-mail-properties="javaMailProperties"/>]]> + ... where javaMailProperties could be provided by creating and populating + a regular java.utils.Properties object. For example via util namespace + provided by Spring. + + javax.net.ssl.SSLSocketFactory + false + imaps +false]]> + + When using should-mark-messages-as-read be aware of the protocol you are using ti retrieve messages. For example POP3 does not support this flag which means setting it to 'true' will have no effect.