Increased default download size from 64 to 256 KB

There are too many questions about this
This commit is contained in:
M66B 2019-07-08 21:36:31 +02:00
parent 864b9ebcea
commit 4d38a63a0b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class MessageHelper {
private static final int APPEND_BUFFER_SIZE = 4 * 1024 * 1024; // bytes
static final int ATTACHMENT_BUFFER_SIZE = 8192; // bytes
static final int DEFAULT_ATTACHMENT_DOWNLOAD_SIZE = 65536; // bytes
static final int DEFAULT_ATTACHMENT_DOWNLOAD_SIZE = 262144; // bytes
static void setSystemProperties() {
System.setProperty("mail.mime.decodetext.strict", "false");