Manos Pitsidianakis
6302d9d618
Rename testing crate to tools, and add README
2 years ago
Manos Pitsidianakis
931863436d
imap: remove blocking imap backend, replace with async
3 years ago
Manos Pitsidianakis
674073899d
mbox: Add different readers for mbox{o,rd,cl,cl2}
3 years ago
Manos Pitsidianakis
6079909f9c
imap: add managesieve connection
So far only the connection is implemented, and using the
testing/manage_sieve binary you can get a shell to a managesieve server.
The managesieve interface will be used in the UI from a plugin, but the
plugin's interface isn't implemented yet.
3 years ago
Manos Pitsidianakis
05b91f1c02
Remove text_processing
Unwrap text_processing into melib
In preparation for uploading meli as a separate crate on crates.io.
3 years ago
Manos Pitsidianakis
8b6ea8de9a
Remove ui crate
Merge ui crate with root crate.
In preparation for uploading `meli` as a separate crate on crates.io.
Workspace crates will need to be published as well and having a separate
`ui` crate and binary perhaps doesn't make sense anymore.
3 years ago
Manos Pitsidianakis
40e928dad3
Push version to 0.4.1
3 years ago
Manos Pitsidianakis
b7edec0274
Bump version to 0.3.2
3 years ago
Manos Pitsidianakis
fa121820f7
Bump version to 0.3.1
3 years ago
Manos Pitsidianakis
5a53020f3d
Add debug-tracing feature to all crates
The feature needs to be defined in all manifests in order to be enabled
in all crates.
3 years ago
Manos Pitsidianakis
79212621af
Bump version to 0.3.0
3 years ago
Manos Pitsidianakis
0812242f60
Add IMAP backend
TODOs: new message events (untagged responses)
4 years ago
Manos Pitsidianakis
fed13816dd
Bump version to all workspace crates
4 years ago
Manos Pitsidianakis
5b679be782
text_processing: implement Unicode line breaking algorithm
Not conforming to the unicode standard yet
4 years ago
Manos Pitsidianakis
24831b3c13
Fix warnings, lints, and 2018 errors
4 years ago
Manos Pitsidianakis
f1c72588c3
Add authors to Cargo.toml of each package
4 years ago
Manos Pitsidianakis
8a07087393
add testing crate with emailparse bin
4 years ago