Refactoring

This commit is contained in:
M66B
2022-03-25 18:42:54 +01:00
parent dad1cc0058
commit 3cef6d058e
2 changed files with 4 additions and 4 deletions

View File

@@ -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