about summary refs log tree commit diff stats
path: root/worker/imap/worker.go
Commit message (Expand)AuthorAgeFilesLines
* imap: fix build on macosRobin Jarry2021-12-111-7/+2
* imap: add tcp connection optionsRobin Jarry2021-12-071-0/+102
* imap: use low level tcp connectionRobin Jarry2021-12-071-6/+22
* imap: move connect procedure into a dedicated functionRobin Jarry2021-12-071-45/+55
* imap: fix segfault when disconnectingRobin Jarry2021-11-221-3/+2
* messages: allow displaying email threadsy0ast2021-11-131-2/+5
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-2/+14
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* imap: use builtin idle supportRobin Jarry2021-11-021-4/+2
* imap: add sort supportReto Brunner2020-10-111-1/+3
* Add support for :rmdirARaspiK2020-08-191-0/+2
* Add additional flagging functionalityARaspiK2020-07-081-2/+2
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+2
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-1/+1
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-2/+0
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-0/+2
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* Register worker in init.Reto Brunner2019-07-191-2/+8
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-3/+3
* Factor UI models out of the worker message packageBen Burwell2019-07-081-12/+17
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* imap: respect the folder config optionReto Brunner2019-06-141-1/+3
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+2
* Update our message flags when server updates themDrew DeVault2019-06-091-0/+12
* Add archive commandRobert Günzler2019-06-091-0/+2
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-2/+1
* asdfDrew DeVault2019-05-201-42/+2
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-0/+4
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+2
* Handle external message deletionsDrew DeVault2019-05-131-0/+7
* Handle incoming emails gracefullyDrew DeVault2019-05-131-3/+20
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-0/+2
* Add body fetching support codeDrew DeVault2019-03-291-0/+2
* Implement :delete-messageDrew DeVault2019-03-201-1/+5
* Display message subjects in message listDrew DeVault2019-03-141-0/+2
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-3/+9
* Add name to DirectoryInfo messagesDrew DeVault2019-01-131-1/+2
* Issue IMAP SELECT commandDrew DeVault2019-01-131-1/+19
* Refactoring; consume listing responseDrew DeVault2018-02-011-21/+18
* Implement (most of) mailbox listingDrew DeVault2018-02-011-3/+3
* Reduce boilerplate in worker/UIDrew DeVault2018-02-011-34/+15
* Add certificate approval flowDrew DeVault2018-01-311-26/+55
* Improve loggingDrew DeVault2018-01-311-5/+23
* Connect to IMAP server, login and idleemersion2018-01-141-11/+111