mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Experiment
This commit is contained in:
parent
2dfc92c5ad
commit
86c11ad784
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,7 @@ public class MessageHelper {
|
||||||
//props.put("mail.imaps.compress.strategy", "0");
|
//props.put("mail.imaps.compress.strategy", "0");
|
||||||
|
|
||||||
props.put("mail.imaps.throwsearchexception", "true");
|
props.put("mail.imaps.throwsearchexception", "true");
|
||||||
|
//props.put("mail.imaps.partialfetch", "false");
|
||||||
props.put("mail.imaps.fetchsize", Integer.toString(FETCH_SIZE));
|
props.put("mail.imaps.fetchsize", Integer.toString(FETCH_SIZE));
|
||||||
props.put("mail.imaps.peek", "true");
|
props.put("mail.imaps.peek", "true");
|
||||||
|
|
||||||
|
@ -161,6 +162,7 @@ public class MessageHelper {
|
||||||
props.put("mail.imap.compress.enable", "true");
|
props.put("mail.imap.compress.enable", "true");
|
||||||
|
|
||||||
props.put("mail.imap.throwsearchexception", "true");
|
props.put("mail.imap.throwsearchexception", "true");
|
||||||
|
//props.put("mail.imap.partialfetch", "false");
|
||||||
props.put("mail.imap.fetchsize", Integer.toString(FETCH_SIZE));
|
props.put("mail.imap.fetchsize", Integer.toString(FETCH_SIZE));
|
||||||
props.put("mail.imap.peek", "true");
|
props.put("mail.imap.peek", "true");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue