aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/connect.go
Commit message (Expand)AuthorAgeFilesLines
* 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