Added account setting to ignore bodystructure size

This commit is contained in:
M66B
2019-10-09 14:01:26 +02:00
parent 56a2de7bb7
commit d1520be8e7
10 changed files with 1940 additions and 10 deletions

View File

@@ -718,6 +718,7 @@ public class ServiceSynchronize extends ServiceBase {
final MailService iservice = new MailService(
this, account.getProtocol(), account.realm, account.insecure, debug);
iservice.setPartialFetch(account.partial_fetch);
iservice.setIgnoreBodyStructureSize(account.ignore_size);
if (account.pop)
iservice.setLeaveOnServer(account.browse);