mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-10 19:35:08 -05: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:
parent
bae336cad9
commit
b559da8e68
@ -106,7 +106,7 @@ public abstract class ExchangeSession {
|
|||||||
static {
|
static {
|
||||||
// Adjust Mime decoder settings
|
// Adjust Mime decoder settings
|
||||||
System.setProperty("mail.mime.ignoreunknownencoding", "true");
|
System.setProperty("mail.mime.ignoreunknownencoding", "true");
|
||||||
System.setProperty("mail.mime.decodetext.strict", "true");
|
System.setProperty("mail.mime.decodetext.strict", "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String publicFolderUrl;
|
protected String publicFolderUrl;
|
||||||
|
Loading…
Reference in New Issue
Block a user