meli/melib/src/backends/imap
Manos Pitsidianakis 91badc3960
imap: count message totals using HashSet
This way it's easy to know if a flag change in an envelope requires the
unseen total of a mailbox to change.
2020-06-26 21:12:56 +03:00
..
cache.rs imap: add experimental header caching with sqlite3 2020-06-07 14:35:20 +03:00
connection.rs imap: don't send CRLF twice when sending LITERAL 2020-06-23 20:11:04 +03:00
mailbox.rs imap: count message totals using HashSet 2020-06-26 21:12:56 +03:00
managesieve.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
operations.rs imap: Remove panic from fetch_flags 2020-06-11 11:44:04 +03:00
protocol_parser.rs imap: recognize EXPUNGE events 2020-06-23 20:11:04 +03:00
untagged.rs imap: count message totals using HashSet 2020-06-26 21:12:56 +03:00
watch.rs imap: count message totals using HashSet 2020-06-26 21:12:56 +03:00