mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Process delivered to header
This commit is contained in:
@@ -251,6 +251,10 @@ public class MessageHelper {
|
||||
return (refs == null ? new String[0] : refs.split("\\s+"));
|
||||
}
|
||||
|
||||
String getDeliveredTo() throws MessagingException {
|
||||
return imessage.getHeader("Delivered-To", imessage.getHeader("X-Delivered-To", null));
|
||||
}
|
||||
|
||||
String getInReplyTo() throws MessagingException {
|
||||
return imessage.getHeader("In-Reply-To", null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user