meli/melib/src/backends/imap
Manos Pitsidianakis 5f6b4745b8
melib/imap: don't use UNSEEN select response for unseen count
UNSEEN field in SELECT/EXAMINE response is meant to be the message
sequence number of the first unseen message, not the count of unseen
messages.
2020-11-30 02:20:08 +02:00
..
cache melib/imap: don't use UNSEEN select response for unseen count 2020-11-30 02:20:08 +02:00
cache.rs melib/imap: fix some LazyCountSet logic errors in sync 2020-11-24 02:18:21 +02:00
connection.rs melib/imap: implement OAUTH2 authentication 2020-11-24 14:28:28 +02:00
mailbox.rs melib/imap: don't examine unloaded mailboxes for updates 2020-11-30 02:20:08 +02: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: don't use UNSEEN select response for unseen count 2020-11-30 02:20:08 +02:00
untagged.rs melib/imap: don't fetch RFC822 except when requested 2020-11-30 02:20:08 +02:00
watch.rs melib/imap: don't use UNSEEN select response for unseen count 2020-11-30 02:20:08 +02:00