mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added remark
This commit is contained in:
@@ -316,6 +316,7 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
void set8BitMime(boolean value) {
|
||||
// https://datatracker.ietf.org/doc/html/rfc6532
|
||||
properties.put("mail." + protocol + ".allow8bitmime", Boolean.toString(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user