Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement mailbox subscriptions | Drew DeVault | 2020-11-19 | 1 | -26/+11 |
| | |||||
* | Comment out subscription buttons | Drew DeVault | 2020-11-19 | 1 | -1/+2 |
| | | | | | This probably doesn't make sense to prioritize on the last day of development in this billing phase. | ||||
* | Design work for mailbox subscriptions | Drew DeVault | 2020-11-13 | 1 | -31/+58 |
| | |||||
* | Remove async SMTP queue | Drew DeVault | 2020-11-13 | 1 | -7/+0 |
| | |||||
* | Implement mailbox deletion | Drew DeVault | 2020-10-30 | 1 | -7/+7 |
| | |||||
* | Implement folder creation UI | Drew DeVault | 2020-10-30 | 1 | -1/+4 |
| | |||||
* | Copy unsent messages to Outbox | Drew DeVault | 2020-10-30 | 1 | -0/+5 |
| | | | | | | | | | | | 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 | ||||
* | Generalize sidebar categorization logic | Drew DeVault | 2020-10-22 | 1 | -0/+41 |