mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added raw fetch option
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user