mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Command Error. 10
This commit is contained in:
@@ -3408,7 +3408,8 @@ class Core {
|
||||
} else if (response.isBAD()) {
|
||||
Log.e("UID FETCH " + response);
|
||||
// BAD Error in IMAP command UID FETCH: Too long argument (n.nnn + n.nnn + n.nnn secs).
|
||||
if (response.toString().contains("Too long argument")) {
|
||||
if (response.toString().contains("Too long argument") ||
|
||||
response.toString().contains("Command Error. 10")) {
|
||||
chunk_size = chunk_size / 2;
|
||||
if (chunk_size > 0)
|
||||
prefs.edit().putInt("chunk_size", chunk_size).apply();
|
||||
|
||||
Reference in New Issue
Block a user