about summary refs log tree commit diff stats
path: root/worker/types/messages.go
Commit message (Expand)AuthorAgeFilesLines
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-4/+3
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-5/+19
* Add body fetching support codeDrew DeVault2019-03-291-2/+7
* Implement :delete-messageDrew DeVault2019-03-201-0/+10
* Implement message store side of message fetchingDrew DeVault2019-03-141-2/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-0/+33
* Add name to DirectoryInfo messagesDrew DeVault2019-01-131-1/+2
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+13
* Refactoring; consume listing responseDrew DeVault2018-02-011-11/+7
* Implement (most of) mailbox listingDrew DeVault2018-02-011-0/+14
* Add certificate approval flowDrew DeVault2018-01-311-8/+18
* Connect to IMAP server, login and idleemersion2018-01-141-0/+2
* Move worker into account tabDrew DeVault2018-01-111-1/+1
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-0/+55