Added remark

pull/208/head
M66B 2 years ago
parent bf19df9c02
commit 7d28689f23

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

Loading…
Cancel
Save