mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Increased default download size from 64 to 256 KB
There are too many questions about this
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user