Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dangling goroutine on session expiration | Simon Ser | 2020-01-20 | 1 | -3/+1 |
* | go fmt | Simon Ser | 2020-01-20 | 1 | -1/+1 |
* | Add Session.SetHTTPBasicAuth | Simon Ser | 2020-01-10 | 1 | -0/+8 |
* | Document that plugins don't have access to passwords | Simon Ser | 2019-12-17 | 1 | -0/+3 |
* | go fmt | Simon Ser | 2019-12-16 | 1 | -2/+2 |
* | Replace Session.ConnectSMTP with Session.DoSMTP | Simon Ser | 2019-12-16 | 1 | -7/+15 |
* | Rename Session.Do to Session.DoIMAP | Simon Ser | 2019-12-16 | 1 | -3/+3 |
* | Introduce base plugin | Simon Ser | 2019-12-16 | 1 | -4/+37 |
* | Fix undefined ErrSessionExpired | Simon Ser | 2019-12-12 | 1 | -1/+1 |
* | Add docs | Simon Ser | 2019-12-11 | 1 | -1/+10 |
* | Export Server.{Sessions,Plugins} | Simon Ser | 2019-12-11 | 1 | -2/+2 |
* | Unexport NewSessionManager | Simon Ser | 2019-12-11 | 1 | -1/+1 |
* | Export Context.SetSession, unexport Session.Token | Simon Ser | 2019-12-11 | 1 | -3/+2 |
* | Reconnect to IMAP server when logged out | Simon Ser | 2019-12-09 | 1 | -11/+86 |
* | Make SessionManager create the IMAP client | Simon Ser | 2019-12-09 | 1 | -8/+38 |
* | Rename ConnPool to SessionManager | Simon Ser | 2019-12-09 | 1 | -0/+91 |