You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src
Manos Pitsidianakis 6fbf569fe0
search: add Message-ID, and other header search support
Add support for searching by Message-ID, In-Reply-To, References, or any
header with the following keywords:

- "message-id:term", "msg-id:term"
- "in-reply-to:term"
- "references:term"
- "header:title,value"

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
2 months ago
..
addressbook
backends
email Update indexmap dep to 2.3.0 3 months ago
error melib/error.rs: move network stuff to submodule 2 months ago
gpgme Fix some borrow checker error/warnings from upcoming 2024 edition 2 months ago
imap search: add Message-ID, and other header search support 2 months ago
jmap search: add Message-ID, and other header search support 2 months ago
maildir
mbox utils: add unix file locks module 2 months ago
nntp melib: use IndexMap in conf fields 2 months ago
notmuch search: add Message-ID, and other header search support 2 months ago
sieve
smtp
text Fix 1.80.0 clippy lints 3 months ago
thread
utils Fix some borrow checker error/warnings from upcoming 2024 edition 2 months ago
addressbook.rs Update indexmap dep to 2.3.0 3 months ago
backends.rs Fix invalid cfg feature combinations for macos 2 months ago
collection.rs
conf.rs melib: use IndexMap in conf fields 2 months ago
email.rs
error.rs Update nix dependency to 0.29.0 2 months ago
lib.rs Fix some borrow checker error/warnings from upcoming 2024 edition 2 months ago
search.rs search: add Message-ID, and other header search support 2 months ago
smtp.rs Update nix dependency to 0.29.0 2 months ago
thread.rs