mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Added POP3 option to leave messages on server
This commit is contained in:
@@ -712,6 +712,8 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
final MailService iservice = new MailService(
|
||||
this, account.getProtocol(), account.realm, account.insecure, debug);
|
||||
iservice.setPartialFetch(account.partial_fetch);
|
||||
if (account.pop)
|
||||
iservice.setLeaveOnServer(account.browse);
|
||||
|
||||
final Map<EntityFolder, IMAPFolder> mapFolders = new HashMap<>();
|
||||
List<Thread> idlers = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user