mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Added option for 8BITMIME
This commit is contained in:
@@ -315,6 +315,10 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail.mime.allowutf8", Boolean.toString(value));
|
||||
}
|
||||
|
||||
void set8BitMime(boolean value) {
|
||||
properties.put("mail." + protocol + ".allow8bitmime", Boolean.toString(value));
|
||||
}
|
||||
|
||||
// https://tools.ietf.org/html/rfc3461
|
||||
void setDsnNotify(String what) {
|
||||
properties.put("mail." + protocol + ".dsn.notify", what);
|
||||
|
||||
Reference in New Issue
Block a user