mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-22 23:57:30 +01:00
Check raw message file size
This commit is contained in:
@@ -109,7 +109,6 @@ public class MessageHelper {
|
||||
|
||||
static final int SMALL_MESSAGE_SIZE = 64 * 1024; // bytes
|
||||
static final int DEFAULT_ATTACHMENT_DOWNLOAD_SIZE = 256 * 1024; // bytes
|
||||
static final int HEADERS_SIZE = 32 * 1024; // bytes
|
||||
static final String HEADER_CORRELATION_ID = "X-Correlation-ID";
|
||||
|
||||
private static final int MAX_MESSAGE_SIZE = 10 * 1024 * 1024; // bytes
|
||||
|
||||
Reference in New Issue
Block a user