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

@@ -581,6 +581,7 @@ public class ActivityEML extends ActivityBase {
try (EmailService iservice = new EmailService(
context, account.getProtocol(), account.realm, account.encryption, account.insecure, account.unicode, true)) {
iservice.setPartialFetch(account.partial_fetch);
iservice.setRawFetch(account.raw_fetch);
iservice.setIgnoreBodyStructureSize(account.ignore_size);
iservice.connect(account);