Added account setting to disable partial fetch

https://javaee.github.io/javamail/docs/NOTES.txt
This commit is contained in:
M66B
2019-06-14 18:29:17 +02:00
parent 56858282b9
commit f327b7b284
9 changed files with 1845 additions and 6 deletions

View File

@@ -137,7 +137,6 @@ public class MessageHelper {
//props.put("mail.imaps.compress.strategy", "0");
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.peek", "true");
@@ -162,7 +161,6 @@ public class MessageHelper {
props.put("mail.imap.compress.enable", "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.peek", "true");