about summary refs log tree commit diff stats
path: root/worker/imap/fetch.go
Commit message (Expand)AuthorAgeFilesLines
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-291-41/+37
* Make message viewer real, part twoDrew DeVault2019-03-311-11/+14
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-10/+10
* Make the message viewer real, part oneDrew DeVault2019-03-311-6/+26
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-10/+2
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-4/+6
* Add body fetching support codeDrew DeVault2019-03-291-15/+46
* Implement :delete-messageDrew DeVault2019-03-201-0/+1
* Display message subjects in message listDrew DeVault2019-03-141-0/+46
#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147