wasm-demo/melib/src
Manos Pitsidianakis 06a58a70bd
melib/imap: introduce a conf flag for server timeout
timeout integer                       (optional) Timeout to use for server connections in seconds.  A timeout of 0 seconds means there's no timeout.  (16)
2020-09-12 22:07:42 +03:00
..
addressbook Fix clippy lints 2020-07-06 15:27:08 +03:00
backends melib/imap: introduce a conf flag for server timeout 2020-09-12 22:07:42 +03:00
email melib/email/parser: add mailing list parser module 2020-09-11 00:08:56 +03:00
text_processing line_break: check of eof in LB13 2020-09-10 20:36:25 +03:00
thread melib/thread/iterators: remove recursion in favor of loops 2020-07-17 13:33:40 +03:00
addressbook.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
backends.rs melib/maildir: impl copy_messages for Maildir 2020-09-11 17:02:27 +03:00
collection.rs melib/collection: remove unnecessary mut references 2020-08-16 15:38:11 +03:00
conf.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
connections.rs melib/imap: introduce a conf flag for server timeout 2020-09-12 22:07:42 +03:00
datetime.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
email.rs melib/email: add flags arg to Mail::new 2020-09-10 21:19:38 +03:00
error.rs melib/imap: add ImapCache trait 2020-08-28 00:31:35 +03:00
lib.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
logging.rs Add smtp client support for sending mail in UI 2020-07-15 15:24:01 +03:00
parsec.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
search.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
smtp.rs melib/smtp: add recipient argument in mail_transaction() 2020-08-16 15:16:27 +03:00
sqlite3.rs melib/imap: don't fail utterly if cache fails on fetch 2020-09-12 21:29:09 +03:00
thread.rs melib/notmuch: add Message,TagIterator,Thread types 2020-08-26 00:54:07 +03:00