Added raw fetch option

This commit is contained in:
M66B
2023-01-21 00:10:54 +01:00
parent 559baf7baf
commit 0a13ce40f0
15 changed files with 2916 additions and 3 deletions

View File

@@ -1562,6 +1562,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
final EmailService iservice = new EmailService(
this, account.getProtocol(), account.realm, account.encryption, account.insecure, account.unicode, debug);
iservice.setPartialFetch(account.partial_fetch);
iservice.setRawFetch(account.raw_fetch);
iservice.setIgnoreBodyStructureSize(account.ignore_size);
if (account.protocol != EntityAccount.TYPE_IMAP)
iservice.setLeaveOnServer(account.leave_on_server);