index
:
alps.git
deuxfleurs
master
Deuxfleurs patches for alps webmail (from https://sr.ht/~migadu/alps/)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
go fmt
Simon Ser
2020-05-20
1
-2
/
+2
*
login: set encrypted "remember me" token
Drew DeVault
2020-05-20
1
-4
/
+75
*
Rename project to alps
Simon Ser
2020-05-13
1
-4
/
+4
*
Add default ports for IMAP and SMTP
Simon Ser
2020-02-12
1
-10
/
+18
*
cmd/koushin: add -debug flag
Simon Ser
2020-02-11
1
-1
/
+2
*
koushin: add Store interface
Simon Ser
2020-01-28
1
-1
/
+1
*
Extract Lua infrastructure into a plugin
Simon Ser
2020-01-20
1
-13
/
+5
*
Add Server.Logger
Simon Ser
2020-01-20
1
-0
/
+5
*
Introduce PluginLoaderFunc
Simon Ser
2020-01-20
1
-3
/
+10
*
Check IMAP/SMTP servers on startup
Simon Ser
2020-01-20
1
-0
/
+12
*
Disable DNS prefetching
Simon Ser
2020-01-20
1
-0
/
+2
*
Add support for HTML parts
Simon Ser
2020-01-20
1
-1
/
+3
*
go fmt
Simon Ser
2020-01-20
1
-1
/
+1
*
Auto-discover upstream SMTP and IMAP servers
Simon Ser
2020-01-20
1
-4
/
+17
*
Generalize upstream server URLs
Simon Ser
2020-01-20
1
-31
/
+86
*
Redirect to original URL after login
Simon Ser
2020-01-10
1
-7
/
+20
*
Close Lua plugins on reload
Simon Ser
2020-01-10
1
-2
/
+11
*
Implement plugin/template reload on SIGUSR1
Simon Ser
2020-01-08
1
-29
/
+58
*
Add Server.Reload
Simon Ser
2020-01-08
1
-2
/
+8
*
Make New return the Server
Simon Ser
2020-01-08
1
-5
/
+5
*
Add a default CSP
Simon Ser
2019-12-18
1
-0
/
+7
*
Remove the public/ directory
Simon Ser
2019-12-16
1
-1
/
+1
*
Introduce base plugin
Simon Ser
2019-12-16
1
-28
/
+7
*
Add an API for Go plugins
Simon Ser
2019-12-16
1
-1
/
+7
*
Fix undefined ErrSessionExpired
Simon Ser
2019-12-12
1
-1
/
+1
*
Add docs
Simon Ser
2019-12-11
1
-2
/
+6
*
Export Server.{Sessions,Plugins}
Simon Ser
2019-12-11
1
-9
/
+8
*
Unexport NewSessionManager
Simon Ser
2019-12-11
1
-1
/
+1
*
Export Context.SetSession, unexport Session.Token
Simon Ser
2019-12-11
1
-5
/
+6
*
Export Context
Simon Ser
2019-12-11
1
-9
/
+14
*
Allow plugins to add new routes
Simon Ser
2019-12-10
1
-0
/
+4
*
Reconnect to IMAP server when logged out
Simon Ser
2019-12-09
1
-0
/
+1
*
Make SessionManager create the IMAP client
Simon Ser
2019-12-09
1
-1
/
+1
*
Rename ConnPool to SessionManager
Simon Ser
2019-12-09
1
-4
/
+4
*
Add a Lua API to set template filters
Simon Ser
2019-12-09
1
-4
/
+4
*
Add basic support for plugins
Simon Ser
2019-12-09
1
-0
/
+8
*
Extract HTTP handlers in separate file
Simon Ser
2019-12-04
1
-263
/
+2
*
Add basic theme support
Simon Ser
2019-12-04
1
-12
/
+21
*
Make message view's Back link set the mailbox page
Simon Ser
2019-12-03
1
-4
/
+5
*
Add basic pagination to message list
Simon Ser
2019-12-03
1
-1
/
+22
*
Fix missing OutgoingMessage.InReplyTo assignment
Simon Ser
2019-12-03
1
-9
/
+5
*
Add basic support for multiple recipients
Simon Ser
2019-12-03
1
-3
/
+2
*
Add support for replying to a message
Simon Ser
2019-12-03
1
-5
/
+59
*
Add empty CSS stylesheet
Simon Ser
2019-12-03
1
-1
/
+1
*
Escape mailbox names in URLs
Simon Ser
2019-12-03
1
-2
/
+10
*
Add session lock
Simon Ser
2019-12-03
1
-12
/
+33
*
Pre-fill composer with sender address
Simon Ser
2019-12-03
1
-7
/
+13
*
Add basic SMTP support
Simon Ser
2019-12-03
1
-2
/
+41
*
Save username/password in session
Simon Ser
2019-12-03
1
-2
/
+6
*
Parse SMTP URL from CLI
Simon Ser
2019-12-03
1
-6
/
+47
[next]