aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/connect.go
Commit message (Expand)AuthorAgeFilesLines
* worker: add WorkerInteractor interfaceKoni Marti2023-06-221-1/+1
* imap: use named loggerRobin Jarry2023-06-121-2/+2
* imap: use delimiter from serverMoritz Poldrack2023-05-161-0/+11
* imap,smtp: cache and cycle XOAUTH2 refresh tokenDean2023-01-261-1/+1
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+5
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: remove empty branches (SA9003)Moritz Poldrack2022-08-041-4/+4
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-3/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-5/+4
* imap: disable debug loggerRobin Jarry2022-07-231-2/+0
* imap: add timeout to tcp connect functionsKoni Marti2022-05-041-0/+178