Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add custom SMTP authentication supportHEADmaster | 2025-05-24 | 1 | -1/+45 | |
* | Upgrade to go-imap v2 | 2023-04-30 | 1 | -22/+12 | |
* | Use shorter if syntax | 2021-08-04 | 1 | -2/+1 | |
* | sessions: remove unused property | 2021-08-04 | 1 | -1/+0 | |
* | go fmt | 2021-07-05 | 1 | -4/+4 | |
* | Add notices on action completion | 2020-11-19 | 1 | -0/+11 | |
* | Limit total size of unsent attachments | 2020-11-19 | 1 | -9/+15 | |
* | Remove async SMTP queue | 2020-11-13 | 1 | -2/+2 | |
* | Implement JavaScript UI for attachments | 2020-10-29 | 1 | -7/+66 | |
* | Rename project to alps | 2020-05-13 | 1 | -1/+1 | |
* | cmd/koushin: add -debug flag | 2020-02-11 | 1 | -1/+8 | |
* | Rename Session.connect to Session.connectIMAP | 2020-02-10 | 1 | -3/+3 | |
* | koushin: add Store interface | 2020-01-28 | 1 | -2/+16 | |
* | koushin: rename Session.locker to imapLocker | 2020-01-28 | 1 | -10/+10 | |
* | Fix dangling goroutine on session expiration | 2020-01-20 | 1 | -3/+1 | |
* | go fmt | 2020-01-20 | 1 | -1/+1 | |
* | Add Session.SetHTTPBasicAuth | 2020-01-10 | 1 | -0/+8 | |
* | Document that plugins don't have access to passwords | 2019-12-17 | 1 | -0/+3 | |
* | go fmt | 2019-12-16 | 1 | -2/+2 | |
* | Replace Session.ConnectSMTP with Session.DoSMTP | 2019-12-16 | 1 | -7/+15 | |
* | Rename Session.Do to Session.DoIMAP | 2019-12-16 | 1 | -3/+3 | |
* | Introduce base plugin | 2019-12-16 | 1 | -4/+37 | |
* | Fix undefined ErrSessionExpired | 2019-12-12 | 1 | -1/+1 | |
* | Add docs | 2019-12-11 | 1 | -1/+10 | |
* | Export Server.{Sessions,Plugins} | 2019-12-11 | 1 | -2/+2 | |
* | Unexport NewSessionManager | 2019-12-11 | 1 | -1/+1 | |
* | Export Context.SetSession, unexport Session.Token | 2019-12-11 | 1 | -3/+2 | |
* | Reconnect to IMAP server when logged out | 2019-12-09 | 1 | -11/+86 | |
* | Make SessionManager create the IMAP client | 2019-12-09 | 1 | -8/+38 | |
* | Rename ConnPool to SessionManager | 2019-12-09 | 1 | -0/+91 |