wasm-demo/src/components/mail
Manos Pitsidianakis 8d50e83a33
melib/email: add case-insensitive Header struct
- 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-08-26 00:54:06 +03:00
..
listing Preserve Account order from configuration file 2020-08-26 00:54:05 +03:00
view Preserve Account order from configuration file 2020-08-26 00:54:05 +03:00
compose.rs melib/email: add case-insensitive Header struct 2020-08-26 00:54:06 +03:00
listing.rs Preserve Account order from configuration file 2020-08-26 00:54:05 +03:00
pgp.rs Remove ui crate 2020-02-04 17:29:55 +02:00
status.rs Replace old pseudo-async code with blocking rust async 2020-08-26 00:54:06 +03:00
view.rs melib/email: add case-insensitive Header struct 2020-08-26 00:54:06 +03:00