Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-13 | Remove leftover debug logging | Drew DeVault | |
2019-05-13 | Handle incoming emails gracefully | Drew DeVault | |
2019-04-29 | lib/msgstore: protect with a mutex | Simon Ser | |
MessageStore has a lot of exported fields that can be read from the outside. Each read must be protected, because a call from Update could happen at any time. | |||
2019-03-31 | Make message viewer real, part two | Drew DeVault | |
2019-03-31 | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault | |
2019-03-31 | Make the message viewer real, part one | Drew DeVault | |
2019-03-31 | Don't parse mail in worker; send a reader instead | Drew DeVault | |
2019-03-31 | Pull BodyStructure up from IMAP worker | Drew DeVault | |
2019-03-30 | Show deleted emails pending server ack in grey | Drew DeVault | |
TODO: Don't let the user select or interact with deleted messages | |||
2019-03-29 | Add body fetching support code | Drew DeVault | |
2019-03-21 | Remove unused import from msgstore.go | Drew DeVault | |
2019-03-20 | Implement :delete-message | Drew DeVault | |
2019-03-15 | Add TODO to msgstore.go | Drew DeVault | |
2019-03-15 | Move MessageStore into its own file | Drew DeVault | |