summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2020-11-21Fix test errors and warningsManos Pitsidianakis
2020-09-16melib/email/compose: set attachment statusManos Pitsidianakis
Set Content-Disposition: attachment to, well, attachments.
2020-09-10melib: cleanup commitManos Pitsidianakis
Cleanup melib module exports, add some document tests, change some documentation.
2020-08-26melib/email: add case-insensitive Header structManos Pitsidianakis
- HeaderName is either 32 or less inlined bytes or heap-allocated vec for more than that. - Equality and hashing is case-insensitive - A HeaderMap is a hashmap from HeaderName to Strings that can be indexed with &str, case insensitive. Insertion order is also preserved
2020-02-04Remove ui crateManos Pitsidianakis
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.
2020-02-04Rename `mime_apps` dependency to `xdg-utils`Manos Pitsidianakis
Upstream's name was changed.
2019-11-17Add tests/ dir and a testManos Pitsidianakis
Add a test for generating mail with melib's Draft struct.