mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
IMAP: also get the Message-ID when fetching the message "envelope"
This should fix issue 3994
This commit is contained in:
parent
66b7805a57
commit
258b0039d5
@ -1360,8 +1360,8 @@ public class ImapStore extends Store {
|
|||||||
if (fp.contains(FetchProfile.Item.ENVELOPE)) {
|
if (fp.contains(FetchProfile.Item.ENVELOPE)) {
|
||||||
fetchFields.add("INTERNALDATE");
|
fetchFields.add("INTERNALDATE");
|
||||||
fetchFields.add("RFC822.SIZE");
|
fetchFields.add("RFC822.SIZE");
|
||||||
fetchFields.add("BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc reply-to "
|
fetchFields.add("BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc " +
|
||||||
+ K9.IDENTITY_HEADER + ")]");
|
"reply-to message-id " + K9.IDENTITY_HEADER + ")]");
|
||||||
}
|
}
|
||||||
if (fp.contains(FetchProfile.Item.STRUCTURE)) {
|
if (fp.contains(FetchProfile.Item.STRUCTURE)) {
|
||||||
fetchFields.add("BODYSTRUCTURE");
|
fetchFields.add("BODYSTRUCTURE");
|
||||||
|
Loading…
Reference in New Issue
Block a user