aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a form to set message flagsSimon Ser2019-12-176-24/+133
* plugins/base: extract route registration into functionSimon Ser2019-12-172-28/+30
* themes/sourcehut: use formatdate template funcSimon Ser2019-12-171-2/+2
* Add envelope metadata to message viewSimon Ser2019-12-173-11/+52
* Improve docsSimon Ser2019-12-173-8/+33
* Add button to delete messageSimon Ser2019-12-163-0/+47
* Add form to move messagesSimon Ser2019-12-165-2/+59
* Update depsSimon Ser2019-12-162-33/+25
* Export IMAPMessageSimon Ser2019-12-162-16/+16
* Add attachments support to composerSimon Ser2019-12-163-9/+57
* go fmtSimon Ser2019-12-163-4/+4
* Use <label> in compose formSimon Ser2019-12-162-9/+12
* Add basic searchSimon Ser2019-12-165-9/+74
* Add line break to login formSimon Ser2019-12-161-0/+1
* Replace Session.ConnectSMTP with Session.DoSMTPSimon Ser2019-12-162-16/+19
* Rename Session.Do to Session.DoIMAPSimon Ser2019-12-162-6/+6
* Remove the public/ directorySimon Ser2019-12-1615-7/+18
* Introduce base pluginSimon Ser2019-12-1622-450/+521
* Add an API for Go pluginsSimon Ser2019-12-163-1/+111
* gitignore: don't ignore sourcehut themeSimon Ser2019-12-121-2/+3
* Add simple Sourcehut-based themeDrew DeVault2019-12-1211-4/+5967
* Fix undefined ErrSessionExpiredSimon Ser2019-12-122-2/+2
* Add docsSimon Ser2019-12-114-4/+26
* Allow plugins to provide their own templatesSimon Ser2019-12-114-8/+27
* readme: add godoc badgeSimon Ser2019-12-111-0/+2
* Export Server.{Sessions,Plugins}Simon Ser2019-12-114-13/+12
* Unexport NewSessionManagerSimon Ser2019-12-112-2/+2
* Export Context.SetSession, unexport Session.TokenSimon Ser2019-12-113-10/+10
* Export ContextSimon Ser2019-12-113-29/+34
* Add plugins/ to .gitignoreSimon Ser2019-12-101-0/+1
* go fmtSimon Ser2019-12-103-17/+17
* Introduce GlobalRenderData and RenderDataSimon Ser2019-12-102-7/+40
* Load all themes on startupSimon Ser2019-12-101-13/+54
* readme: add link to mailing list & issue trackerSimon Ser2019-12-101-0/+5
* Rename Plugin.Render to Plugin.InjectSimon Ser2019-12-103-3/+3
* Extract Lua plugin logic into separate fileSimon Ser2019-12-102-151/+158
* Allow plugins to add new routesSimon Ser2019-12-103-0/+40
* Reconnect to IMAP server when logged outSimon Ser2019-12-093-20/+90
* Make SessionManager create the IMAP clientSimon Ser2019-12-094-23/+46
* Rename ConnPool to SessionManagerSimon Ser2019-12-093-20/+20
* readme: sync with new Lua APISimon Ser2019-12-091-2/+5
* Add a Lua API to set template filtersSimon Ser2019-12-093-10/+49
* Change Lua API to koushin.on_renderSimon Ser2019-12-091-7/+27
* Make render data staticSimon Ser2019-12-091-14/+39
* Add basic support for pluginsSimon Ser2019-12-096-1/+115
* Drop define in templatesSimon Ser2019-12-096-12/+8
* Use imap.BodyStructure.Filename and imap.Address.AddressSimon Ser2019-12-094-6/+5
* Extract HTTP handlers in separate fileSimon Ser2019-12-042-263/+277
* Add .gitignoreSimon Ser2019-12-041-0/+2
* Add basic theme supportSimon Ser2019-12-045-25/+75