Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |