mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Send DSN to return path address
This commit is contained in:
@@ -1239,6 +1239,10 @@ public class MessageHelper {
|
||||
return addresses;
|
||||
}
|
||||
|
||||
Address[] getReturnPath() throws MessagingException {
|
||||
return getAddressHeader("Return-Path");
|
||||
}
|
||||
|
||||
Address[] getSender() throws MessagingException {
|
||||
return getAddressHeader("Sender");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user