diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 56b0d111..1824483e 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -99,7 +99,8 @@ to improve this in server (shared) mode.

This is quite simple: you just need to get a server certificate in PKCS12 or JKS format and add it in - the key store section in DavMail settings, see Getting started. + the key store section in DavMail settings, see Getting + started. You need to choose the key store type in davmail.ssl.keystoreType: PKCS12 for .p12 file and JKS for java generated key stores. Then set the full path to your certificate file in davmail.ssl.keystoreFile @@ -175,6 +176,17 @@

New: a new setting is available in DavMail to delete messages immediately over IMAP: davmail.imapAutoExpunge=true

+

+ Sent messages encoding issue with Thunderbird +

+

If special characters appear replaced with ? in sent messages, set + mail.strictly_mime + advanced option. + Go to Tools/Options/Advanced/General/Config Editor and look for a preference + with namemail.strictly_mime, set value to + true + to send messages as quoted-printable. +