1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Adjust Mime decoder settings (fix)

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1573 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-12-09 21:03:28 +00:00
parent bae336cad9
commit b559da8e68

View File

@ -106,7 +106,7 @@ public abstract class ExchangeSession {
static {
// Adjust Mime decoder settings
System.setProperty("mail.mime.ignoreunknownencoding", "true");
System.setProperty("mail.mime.decodetext.strict", "true");
System.setProperty("mail.mime.decodetext.strict", "false");
}
protected String publicFolderUrl;