meli/melib/src
Manos Pitsidianakis fc2d9a684d
melib/imap: set has_attachments based on BODYSTRUCTURE
fetch BODYSTRUCTURE along with ENVELOPE from server and set
has_attachments based on the MIME structure of the envelope.

Notes: BODYSTRUCTURE returns the MIME structure of the envelope without
the data, so if it includes a multipart/mixed it *should* have
attachments.
ENVELOPE returns basic headers of the message like Sender, Subject, Date
etc.
2019-11-18 13:00:43 +02:00
..
addressbook Fix melib test errors 2019-11-09 18:10:22 +02:00
backends melib/imap: set has_attachments based on BODYSTRUCTURE 2019-11-18 13:00:43 +02:00
email melib/imap: set has_attachments based on BODYSTRUCTURE 2019-11-18 13:00:43 +02:00
addressbook.rs contacts: add support for externally managed contacts 2019-10-20 11:32:31 +03:00
async_workers.rs Add account online status 2019-10-24 20:30:17 +03:00
backends.rs Cleanup startup error exit paths 2019-11-16 00:33:22 +02:00
collection.rs melib: change BackendOp::set_flag() signature 2019-11-15 21:32:55 +02:00
conf.rs conf: move FolderConf to melib 2019-11-15 19:52:39 +02:00
email.rs melib/imap: set has_attachments based on BODYSTRUCTURE 2019-11-18 13:00:43 +02:00
error.rs ui/search: add sorting in search 2019-11-08 15:13:41 +02:00
lib.rs ui: add query parsers 2019-11-08 15:13:42 +02:00
logging.rs Add path shell expansion to logging and attachments 2019-09-28 12:19:22 +03:00
mailbox.rs melib: remove ThreadTree, use ThreadNodes for root_set 2019-09-08 11:49:23 +03:00
parsec.rs Fix some warnings 2019-11-14 17:55:24 +02:00
structs.rs melib: add into_iter() for &StackVec<T> 2019-11-16 20:21:47 +02:00
thread.rs melib: replace find_thread_group with find_root_hash 2019-11-17 12:05:52 +02:00