mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-12 14:08:38 -05:00
Adjust Mime decoder settings
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1572 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
405dad0eef
commit
bae336cad9
@ -103,6 +103,12 @@ public abstract class ExchangeSession {
|
||||
protected static final String JUNK = "Junk";
|
||||
protected static final String UNSENT = "Unsent Messages";
|
||||
|
||||
static {
|
||||
// Adjust Mime decoder settings
|
||||
System.setProperty("mail.mime.ignoreunknownencoding", "true");
|
||||
System.setProperty("mail.mime.decodetext.strict", "true");
|
||||
}
|
||||
|
||||
protected String publicFolderUrl;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user