meli/melib/src/email
Manos Pitsidianakis 250129665b
Pass attachment names through decoding
Attachment names in Content-Type parameters can be encoded (eg
=?UTF-8...), so try decoding with phrase() first
2019-09-27 22:21:35 +03:00
..
compose melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00
address.rs Small fixes 2019-09-26 13:11:49 +03:00
attachment_types.rs melib: add a `body` field to Attachment 2019-09-26 13:10:06 +03:00
attachments.rs Add verification of GPG signed messages 2019-09-26 13:11:08 +03:00
compose.rs melib: return Result with error when an IO operation fails 2019-09-27 13:40:02 +03:00
mailto.rs melib: add struct and parser for mailto: links 2019-06-18 21:59:50 +03:00
parser.rs Pass attachment names through decoding 2019-09-27 22:21:35 +03:00
signatures.rs Add verification of GPG signed messages 2019-09-26 13:11:08 +03:00