meli/melib/src
Manos Pitsidianakis e5b6faf6bd
Add account online status
Add a boolean field to accounts that states if the account can be
accessed. Local backends (Maildir/mbox) return true every time, but
remote backends (IMAP) may not. Accounts start as offline and then get
initialised when their status goes to online. Right now if an IMAP
account startup but later get offline, there are crashes. With this
change the account can be switched back to offline when that happens.
2019-10-24 20:30:17 +03:00
..
addressbook contacts: add support for externally managed contacts 2019-10-20 11:32:31 +03:00
backends Add account online status 2019-10-24 20:30:17 +03:00
email ui/compose: add modification detection 2019-10-20 11:35:41 +03: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 Add account online status 2019-10-24 20:30:17 +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 melib: return Result with error when an IO operation fails 2019-09-27 13:40:02 +03:00
error.rs melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00
lib.rs melib: add ShellExpandTrait 2019-09-26 18:27:13 +03: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
structs.rs Add license comment to melib/src/structs.rs 2019-10-15 23:47:37 +03:00
thread.rs melib: turn unicode algos and backends into features 2019-09-21 21:29:33 +03:00