aboutsummaryrefslogtreecommitdiff
path: root/session.go
Commit message (Expand)AuthorAgeFilesLines
* go fmtSimon Ser2020-01-201-1/+1
* Add Session.SetHTTPBasicAuthSimon Ser2020-01-101-0/+8
* Document that plugins don't have access to passwordsSimon Ser2019-12-171-0/+3
* go fmtSimon Ser2019-12-161-2/+2
* Replace Session.ConnectSMTP with Session.DoSMTPSimon Ser2019-12-161-7/+15
* Rename Session.Do to Session.DoIMAPSimon Ser2019-12-161-3/+3
* Introduce base pluginSimon Ser2019-12-161-4/+37
* Fix undefined ErrSessionExpiredSimon Ser2019-12-121-1/+1
* Add docsSimon Ser2019-12-111-1/+10
* Export Server.{Sessions,Plugins}Simon Ser2019-12-111-2/+2
* Unexport NewSessionManagerSimon Ser2019-12-111-1/+1
* Export Context.SetSession, unexport Session.TokenSimon Ser2019-12-111-3/+2
* Reconnect to IMAP server when logged outSimon Ser2019-12-091-11/+86
* Make SessionManager create the IMAP clientSimon Ser2019-12-091-8/+38
* Rename ConnPool to SessionManagerSimon Ser2019-12-091-0/+91