meli/melib/src
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
..
backends Small fixes 2019-09-26 13:11:49 +03:00
email melib: fix bug in parser::parts 2019-09-26 13:11:54 +03:00
addressbook.rs Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
async_workers.rs add priority and info to jobs and workers 2019-09-15 13:21:14 +03:00
backends.rs melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00
collection.rs melib: fix metadata updates in Envelope updates 2019-09-15 23:38:31 +03:00
conf.rs ui: small configuration fixes 2019-09-16 16:41:22 +03:00
email.rs Add verification of GPG signed messages 2019-09-26 13:11:08 +03:00
error.rs melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00
lib.rs Turn off debug tracing prints in stderr by default 2019-09-21 21:29:33 +03:00
logging.rs melib: add logging module 2019-09-15 23:38:32 +03:00
mailbox.rs melib: remove ThreadTree, use ThreadNodes for root_set 2019-09-08 11:49:23 +03:00
structs.rs melib: fix bounds checking for StackVec 2019-07-22 14:57:54 +03:00
thread.rs melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00