mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
parent
54ddd065f9
commit
9fe91ed20c
1 changed files with 1 additions and 2 deletions
|
@ -3412,8 +3412,7 @@ 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") ||
|
||||
response.toString().contains("Command Error. 10")) {
|
||||
if (response.toString().contains("Too long argument")) {
|
||||
chunk_size = chunk_size / 2;
|
||||
if (chunk_size > 0)
|
||||
prefs.edit().putInt("chunk_size", chunk_size).apply();
|
||||
|
|
Loading…
Reference in a new issue