1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Added remark

This commit is contained in:
M66B 2022-06-22 19:11:54 +02:00
parent bf19df9c02
commit 7d28689f23

View file

@ -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));
}