aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap
Commit message (Expand)AuthorAgeFilesLines
...
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: remove empty branches (SA9003)Moritz Poldrack2022-08-041-4/+4
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-035-48/+80
* seqmap: compare ints instead of uintsTim Culverhouse2022-08-031-2/+2
* seqmap: re-order test assertsTim Culverhouse2022-08-031-15/+15
* lint: apply new formatting rulesMoritz Poldrack2022-08-016-17/+17
* imap: remove unused expunge codeTim Culverhouse2022-07-261-21/+1
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+2
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-242-5/+20
* logging: use level-based logger functionsRobin Jarry2022-07-2310-53/+56
* imap: disable debug loggerRobin Jarry2022-07-231-2/+0
* imap: fix error when server returns a message without body sectionRobin Jarry2022-07-231-0/+4
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-102-9/+19
* threading: add backend capabilities to workersTim Culverhouse2022-07-102-0/+15
* imap: fix data race on seqMap arrayRobin Jarry2022-06-246-28/+146
* imap: add option to cache headersTim Culverhouse2022-06-225-12/+243
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-0/+5
* feat: add background mail polling option for all workersTim Culverhouse2022-05-312-0/+42
* imap: add timeout to tcp connect functionsKoni Marti2022-05-042-120/+188
* imap: add debouncer to the idlerKoni Marti2022-05-043-11/+35
* imap: monitor the logout channel with an observerKoni Marti2022-05-043-86/+186
* imap: manage idle mode with an idlerKoni Marti2022-05-043-24/+181
* imap: extract imap config and configure handlingKoni Marti2022-05-042-97/+123
* imap: fix out-of-range panic for imap updatesKoni Marti2022-04-291-0/+14
* imap: avoid crash when replying to unread messageRobin Jarry2022-04-281-2/+9
* logging: added a log on panicMoritz Poldrack2022-03-234-0/+12
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-188-19/+19
* imap: start reconnect when initial connect failsKoni Marti2022-02-201-3/+11
* imap: reconnect with exponential backoffKoni Marti2022-02-191-4/+28
* imap: improve reconnect stabilityKoni Marti2022-02-061-7/+19
* imap: do not abort on malformed messagesRobin Jarry2022-02-061-1/+7
* imap: auto-reconnects on connection errorKoni Marti2022-01-191-2/+24
* imap: emits connection error on logoutKoni Marti2022-01-191-0/+29
* imap: fix panic when sending multiple connect cmdsKoni Marti2022-01-191-15/+26
* Revert "imap: attempt automatic reconnection on error"Robin Jarry2022-01-151-41/+3
* imap: attempt automatic reconnection on errorRobin Jarry2022-01-141-3/+41
* 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-132-2/+68
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-2/+14
* go.mod: change base git urlRobin Jarry2021-11-059-14/+14
* imap: use builtin idle supportRobin Jarry2021-11-022-7/+2
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-3/+4
* imap: add sort supportReto Brunner2020-10-112-3/+50
* base models.Address on the mail.Address typeReto Brunner2020-08-201-2/+1
* Add support for :rmdirARaspiK2020-08-192-0/+21