1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-01 12:08:46 +00:00

Close folders on store failure

This commit is contained in:
M66B 2019-10-13 09:54:13 +02:00
parent aa25c91d88
commit e7e4a0c356

View file

@ -108,7 +108,7 @@ public class MailService implements AutoCloseable {
properties.put("mail." + protocol + ".connectionpooltimeout", Integer.toString(POOL_TIMEOUT));
properties.put("mail." + protocol + ".finalizecleanclose", "false");
properties.put("mail." + protocol + ".closefoldersonstorefailure", "false");
//properties.put("mail." + protocol + ".closefoldersonstorefailure", "false");
// https://tools.ietf.org/html/rfc4978
// https://docs.oracle.com/javase/8/docs/api/java/util/zip/Deflater.html