meli/melib/src/backends/imap
Manos Pitsidianakis 7a9c150f33
melib/imap: fetch References header along with ENVELOPE
Threading was broken if information was needed from References header.
For example, mailman might alter some Message-IDs when using its NNTP
bridge and the complete references are necessary to rebuild the thread,
which is only available in References whereas ENVELOPE has only
In-Reply-To.
2020-10-18 17:42:54 +03:00
..
cache melib/imap: fetch References header along with ENVELOPE 2020-10-18 17:42:54 +03:00
cache.rs melib/imap: fetch References header along with ENVELOPE 2020-10-18 17:42:54 +03:00
connection.rs melib/imap: hide LOGIN from debug log 2020-09-24 12:16:50 +03:00
mailbox.rs melib/jmap: implement refresh() 2020-09-23 10:52:19 +03:00
managesieve.rs melib/imap: use SystemTime for IMAP server timeout 2020-09-16 15:17:48 +03:00
operations.rs melib/imap: change byte cache String -> Vec<u8> 2020-10-13 21:46:03 +03:00
protocol_parser.rs melib/imap: fetch References header along with ENVELOPE 2020-10-18 17:42:54 +03:00
untagged.rs melib/imap: fetch References header along with ENVELOPE 2020-10-18 17:42:54 +03:00
watch.rs melib/imap: EXAMINE instead of SELECT in IDLE connection 2020-09-24 12:15:00 +03:00