meli/melib/src
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
..
addressbook Fix clippy lints 2020-07-06 15:27:08 +03:00
backends melib/imap: fetch References header along with ENVELOPE 2020-10-18 17:42:54 +03:00
email melib/attachments: add SMIME signature variant 2020-10-16 12:47:16 +03:00
gpgme Fix minor warnings 2020-10-15 19:01:42 +03:00
text_processing melib/build.rs: remove unnecessary file creation 2020-10-18 15:34:09 +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: Implement delete_messages for IMAP, Maildir 2020-10-13 13:57:04 +03:00
collection.rs melib/collection: remove unnecessary mut references 2020-08-16 15:38:11 +03:00
conf.rs compose: add key selection state for gpg operations 2020-10-11 18:11:04 +03:00
connections.rs melib/connections: impl tcp keepalive 2020-09-15 01:17:32 +03:00
datetime.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
email.rs add libgpgme feature 2020-10-05 21:10:00 +03:00
error.rs melib/imap: perform reconnect on IDLE failure 2020-09-14 19:32:43 +03:00
lib.rs add libgpgme feature 2020-10-05 21:10:00 +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: update smol to 1.0.0 2020-09-18 21:06:33 +03:00
sqlite3.rs melib/sqlite3: reset db on version mismatch 2020-10-18 17:41:06 +03:00
thread.rs melib/thread: "merge" duplicate messages in threads 2020-09-20 15:00:03 +03:00