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/src
Manos Pitsidianakis 803d3414fd melib/imap/managesieve: implement some rfc5804 commands
Try with managesieve REPL in src/managesieve.rs:

cargo run --bin managesieve-client ~/.config/meli/config.toml
"accountname"

rfc5804 <https://www.rfc-editor.org/rfc/rfc5804.html>
2 years ago
..
command Update most Cargo dependencies 2 years ago
components Spawn user-given command strings with sh -c ".." 2 years ago
conf conf/accounts.rs: check properly if mailbox request is an error 2 years ago
plugins melib: don't use both {set,push}_references() 3 years ago
terminal Documentation touchups 2 years ago
types Fix all clippy warnings in `meli` crate 2 years ago
command.rs Fix all clippy warnings in `meli` crate 2 years ago
components.rs Fix clippy lints for `meli` crate 2 years ago
conf.rs conf.rs: remove interactive messages when #[cfg(test)] 2 years ago
jobs.rs Improve embed terminal 2 years ago
lib.rs Improve embed terminal 2 years ago
mailcap.rs Spawn user-given command strings with sh -c ".." 2 years ago
main.rs Spawn user-given command strings with sh -c ".." 2 years ago
managesieve.rs melib/imap/managesieve: implement some rfc5804 commands 2 years ago
plugins.rs Fix clippy lints for `meli` crate 2 years ago
sqlite3.rs Fix all clippy warnings in `meli` crate 2 years ago
state.rs compose: fix reply subject prefixes stripping original prefix 2 years ago
terminal.rs src/: Box<_> some large fields in biggest types 2 years ago
types.rs types.rs: remove unused struct 2 years ago