meli/melib/src/email
Manos Pitsidianakis 01d83d8088
email/parser: do not set has_colon newline
When parsing a field-name, and expecting a colon (:) if a newline is
first encountered do not set `has_colon` flag to true.
2020-06-20 13:14:40 +03:00
..
compose melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
address.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
attachment_types.rs melib: fix two minor email parsing bugs 2020-01-20 15:58:59 +02:00
attachments.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
compose.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
list_management.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
mailto.rs melib: update nom dependency from 3.2.0 to 5.1.1 2020-06-06 23:19:07 +03:00
parser.rs email/parser: do not set has_colon newline 2020-06-20 13:14:40 +03:00
signatures.rs Add verification of GPG signed messages 2019-09-26 13:11:08 +03:00