mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Added SMTP DSN
This commit is contained in:
@@ -263,6 +263,11 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail.mime.allowutf8", Boolean.toString(value));
|
||||
}
|
||||
|
||||
// https://tools.ietf.org/html/rfc3461
|
||||
void setDsnNotify(String what) {
|
||||
properties.put("mail." + protocol + ".dsn.notify", what);
|
||||
}
|
||||
|
||||
void setListener(StoreListener listener) {
|
||||
this.listener = listener;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user