aboutsummaryrefslogtreecommitdiff
path: root/session.go
Commit message (Expand)AuthorAgeFilesLines
* Add notices on action completionDrew DeVault2020-11-191-0/+11
* Limit total size of unsent attachmentsDrew DeVault2020-11-191-9/+15
* Remove async SMTP queueDrew DeVault2020-11-131-2/+2
* Implement JavaScript UI for attachmentsDrew DeVault2020-10-291-7/+66
* Rename project to alpsSimon Ser2020-05-131-1/+1
* cmd/koushin: add -debug flagSimon Ser2020-02-111-1/+8
* Rename Session.connect to Session.connectIMAPSimon Ser2020-02-101-3/+3
* koushin: add Store interfaceSimon Ser2020-01-281-2/+16
* koushin: rename Session.locker to imapLockerSimon Ser2020-01-281-10/+10
* Fix dangling goroutine on session expirationSimon Ser2020-01-201-3/+1
* 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