mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Refactoring
This commit is contained in:
@@ -280,7 +280,7 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail." + protocol + ".appendbuffersize", Integer.toString(APPEND_BUFFER_SIZE));
|
||||
|
||||
if (!"gimaps".equals(protocol) && BuildConfig.DEBUG)
|
||||
properties.put("mail." + protocol + ".folder.class", IMAPFolderEX.class.getName());
|
||||
properties.put("mail." + protocol + ".folder.class", IMAPFolderEx.class.getName());
|
||||
|
||||
} else if ("smtp".equals(protocol) || "smtps".equals(protocol)) {
|
||||
// https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html#properties
|
||||
|
||||
Reference in New Issue
Block a user