Commit graph

8 commits

Author SHA1 Message Date
Drew DeVault 51d762ac5f Implement mailbox subscriptions 2020-11-19 13:14:12 -05:00
Drew DeVault 2430473dbc Comment out subscription buttons
This probably doesn't make sense to prioritize on the last day of
development in this billing phase.
2020-11-19 10:36:09 -05:00
Drew DeVault 1d0630dde9 Design work for mailbox subscriptions 2020-11-13 13:23:29 -05:00
Drew DeVault 86579bb478 Remove async SMTP queue 2020-11-13 10:33:19 -05:00
Drew DeVault e4daf0778d Implement mailbox deletion 2020-10-30 15:21:33 -04:00
Drew DeVault 417d9bbd64 Implement folder creation UI 2020-10-30 13:41:25 -04:00
Drew DeVault cbeacf9d06 Copy unsent messages to Outbox
This patch:

1. Copies unsent messages to the outbox before attempting to deliver
   them with SMTP
2. Deletes those messages once they're sent, or leaves them if an error
   occured
3. Updates the message list to make it obvious when there are unsent
   messages in the outbox
2020-10-30 11:47:23 -04:00
Drew DeVault 6ba418c9b2 Generalize sidebar categorization logic 2020-10-22 13:03:50 -04:00