mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Refactoring
This commit is contained in:
@@ -1045,6 +1045,11 @@ public class MessageHelper {
|
||||
return (header == null ? null : MimeUtility.unfold(header));
|
||||
}
|
||||
|
||||
List<Header> getAllHeaders() throws MessagingException {
|
||||
ensureHeaders();
|
||||
return Collections.list(imessage.getAllHeaders());
|
||||
}
|
||||
|
||||
String[] getReferences() throws MessagingException {
|
||||
ensureHeaders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user