about summary refs log tree commit diff stats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-0/+2
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-1/+13
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-25/+11
* Factor UI models out of the worker message packageBen Burwell2019-07-081-18/+19
* panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco2019-06-291-3/+1
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-1/+49
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-111-0/+41
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+14
* Update our message flags when server updates themDrew DeVault2019-06-091-3/+1
* Add archive commandRobert Günzler2019-06-091-2/+15
* Flesh out multipart switcherDrew DeVault2019-05-201-1/+1
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-19/+0
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Implement move, mv commandsDrew DeVault2019-05-141-0/+27
* Implement :copy (aka :cp)Drew DeVault2019-05-141-2/+16
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+6
* lib/msgstore: protect with a mutexSimon Ser2019-04-291-3/+22
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-1/+15
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-7/+6
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-1/+15
* Show deleted emails pending server ack in greyDrew DeVault2019-03-301-2/+15
* Add body fetching support codeDrew DeVault2019-03-291-6/+71
* Remove unused import from msgstore.goDrew DeVault2019-03-211-2/+0
* Implement :delete-messageDrew DeVault2019-03-201-3/+26
* Add TODO to msgstore.goDrew DeVault2019-03-151-1/+1
* Move MessageStore into its own fileDrew DeVault2019-03-151-0/+86