meli/melib/src/backends
Manos Pitsidianakis 425f4b9930
melib/jmap: add Type parameter to Id, State
Make Id, State have a type parameter to the object it refers to (eg
`Id<EmailObject>`) instead of just a String
2020-09-23 10:52:19 +03:00
..
imap melib/imap: check if FETCH reply was intended for us 2020-09-20 15:00:03 +03:00
jmap melib/jmap: add Type parameter to Id, State 2020-09-23 10:52:19 +03:00
maildir melib/maildir: impl copy_messages for Maildir 2020-09-11 17:02:27 +03:00
nntp melib/email/parser: impl RFC5322 parser for dates 2020-09-16 13:11:28 +03:00
notmuch melib/notmuch: add watch/refresh methods to backend 2020-08-26 00:54:07 +03:00
imap.rs melib/imap: check if FETCH reply was intended for us 2020-09-20 15:00:03 +03:00
jmap.rs melib/jmap: add Type parameter to Id, State 2020-09-23 10:52:19 +03:00
maildir.rs melib/MailBackend: add copy_messages,set_flags,delete_messages methods 2020-07-25 15:19:53 +03:00
mbox.rs melib/maildir: impl copy_messages for Maildir 2020-09-11 17:02:27 +03:00
nntp.rs melib/maildir: impl copy_messages for Maildir 2020-09-11 17:02:27 +03:00
notmuch.rs melib/maildir: impl copy_messages for Maildir 2020-09-11 17:02:27 +03:00