Loading mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/RealImapFolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ internal class RealImapFolder( fetchFields.add("INTERNALDATE") fetchFields.add("RFC822.SIZE") fetchFields.add( "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc " + "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc bcc " + "reply-to message-id references in-reply-to list-unsubscribe sender " + K9MailLib.IDENTITY_HEADER + " " + K9MailLib.CHAT_HEADER + ")]" ) Loading mail/protocols/imap/src/test/java/com/fsck/k9/mail/store/imap/RealImapFolderTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -697,8 +697,8 @@ class RealImapFolderTest { verify(imapConnection).sendCommand( "UID FETCH 1 (UID INTERNALDATE RFC822.SIZE BODY.PEEK[HEADER.FIELDS " + "(date subject from content-type to cc reply-to message-id references in-reply-to list-unsubscribe " + "sender X-K9mail-Identity Chat-Version)])", "(date subject from content-type to cc bcc reply-to message-id references in-reply-to " + "list-unsubscribe sender X-K9mail-Identity Chat-Version)])", false ) } Loading Loading
mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/RealImapFolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ internal class RealImapFolder( fetchFields.add("INTERNALDATE") fetchFields.add("RFC822.SIZE") fetchFields.add( "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc " + "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc bcc " + "reply-to message-id references in-reply-to list-unsubscribe sender " + K9MailLib.IDENTITY_HEADER + " " + K9MailLib.CHAT_HEADER + ")]" ) Loading
mail/protocols/imap/src/test/java/com/fsck/k9/mail/store/imap/RealImapFolderTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -697,8 +697,8 @@ class RealImapFolderTest { verify(imapConnection).sendCommand( "UID FETCH 1 (UID INTERNALDATE RFC822.SIZE BODY.PEEK[HEADER.FIELDS " + "(date subject from content-type to cc reply-to message-id references in-reply-to list-unsubscribe " + "sender X-K9mail-Identity Chat-Version)])", "(date subject from content-type to cc bcc reply-to message-id references in-reply-to " + "list-unsubscribe sender X-K9mail-Identity Chat-Version)])", false ) } Loading