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>
2022-10-22 21:14:53 +03:00
..
command Update most Cargo dependencies 2022-05-02 17:03:56 +03:00
components Spawn user-given command strings with sh -c ".." 2022-10-17 17:40:25 +03:00
conf conf/accounts.rs: check properly if mailbox request is an error 2022-10-04 15:42:24 +03:00
plugins melib: don't use both {set,push}_references() 2021-01-15 16:41:40 +02:00
terminal Documentation touchups 2022-09-26 18:04:53 +03:00
types Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
command.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
components.rs Fix clippy lints for `meli` crate 2022-09-11 15:19:40 +03:00
conf.rs conf.rs: remove interactive messages when #[cfg(test)] 2022-10-09 20:08:36 +03:00
jobs.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
lib.rs Improve embed terminal 2022-09-01 22:24:01 +03:00
mailcap.rs Spawn user-given command strings with sh -c ".." 2022-10-17 17:40:25 +03:00
main.rs Spawn user-given command strings with sh -c ".." 2022-10-17 17:40:25 +03:00
managesieve.rs melib/imap/managesieve: implement some rfc5804 commands 2022-10-22 21:14:53 +03:00
plugins.rs Fix clippy lints for `meli` crate 2022-09-11 15:19:40 +03:00
sqlite3.rs Fix all clippy warnings in `meli` crate 2022-08-25 16:38:02 +03:00
state.rs compose: fix reply subject prefixes stripping original prefix 2022-10-09 18:31:01 +03:00
terminal.rs src/: Box<_> some large fields in biggest types 2022-09-19 15:18:25 +03:00
types.rs types.rs: remove unused struct 2022-09-19 22:04:10 +03:00