meli/melib/src/email
Manos Pitsidianakis c44056a9ff
melib: fix bug in parser::parts
At a certain point when expecting a line terminator parts() checks for
'\n' but not '\r\n'. This resulted in all multipart attachments coming
from b"\r\n" sources like IMAP having only one part when parsed.
2019-09-26 13:11:54 +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: add a `body` field to Attachment 2019-09-26 13:10:06 +03:00
mailto.rs melib: add struct and parser for mailto: links 2019-06-18 21:59:50 +03:00
parser.rs melib: fix bug in parser::parts 2019-09-26 13:11:54 +03:00
signatures.rs Add verification of GPG signed messages 2019-09-26 13:11:08 +03:00