aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/koushin: add -debug flagSimon Ser2020-02-114-3/+18
* docs: add an example Go pluginSimon Ser2020-02-111-0/+39
* docs: add a basic example Lua pluginSimon Ser2020-02-111-0/+19
* docs/themes-and-plugins: extract from READMESimon Ser2020-02-112-39/+32
* docs/cli: new pageSimon Ser2020-02-112-1/+43
* contrib: add hotreload scriptSimon Ser2020-02-111-0/+13
* plugins/caldav: add missing event.html templateSimon Ser2020-02-111-0/+20
* themes/sourcehut: sync with latest base pluginSimon Ser2020-02-114-11/+162
* Rename Session.connect to Session.connectIMAPSimon Ser2020-02-101-3/+3
* plugins/caldav: add pagination to calendar viewSimon Ser2020-02-052-6/+28
* plugins/caldav: add basic event viewSimon Ser2020-02-053-3/+60
* plugins/caldav: new pluginSimon Ser2020-02-058-3/+235
* plugins/carddav: add basic contacts viewSimon Ser2020-02-056-37/+223
* plugins/carddav: accept "carddavs" and "carddav+insecure" URL schemesSimon Ser2020-02-051-2/+5
* plugins/carddav: sanity check URL on startupSimon Ser2020-02-051-0/+24
* plugins/carddav: new pluginSimon Ser2020-02-056-14/+131
* plugins/base: add icons for attachments/re/fwd/starredSimon Ser2020-02-051-7/+13
* plugins/base/imap: disable full-text search for nowSimon Ser2020-02-051-2/+27
* Update echo to 504f39abaf320Simon Ser2020-02-032-14/+16
* readme: add short descriptionSimon Ser2020-01-301-0/+2
* plugins/base: add settings pageSimon Ser2020-01-285-7/+100
* koushin: add Store interfaceSimon Ser2020-01-285-3/+161
* koushin: rename Session.locker to imapLockerSimon Ser2020-01-281-10/+10
* plugins/base: support attachments in draftsSimon Ser2020-01-284-6/+143
* plugins/base: use BodyStructure.Walk instead of custom logicSimon Ser2020-01-281-46/+20
* Add .editorconfigSimon Ser2020-01-246-152/+161
* plugins/base: delete previous draftSimon Ser2020-01-242-5/+34
* plugins/base: edit draftsSimon Ser2020-01-243-63/+145
* plugins/base: add fallback if SPECIAL-USE is unsupportedSimon Ser2020-01-241-20/+36
* plugins/base: save message as draftSimon Ser2020-01-244-45/+98
* Update docs with new RegisterPluginLoader functionSimon Ser2020-01-211-2/+2
* readme: fix example usageSimon Ser2020-01-211-1/+1
* Use %q to quote values in format stringsSimon Ser2020-01-201-6/+6
* Rename template.go to renderer.goSimon Ser2020-01-201-0/+0
* Extract Lua infrastructure into a pluginSimon Ser2020-01-207-24/+32
* Add Server.LoggerSimon Ser2020-01-201-0/+5
* Introduce PluginLoaderFuncSimon Ser2020-01-204-8/+26
* go fmtSimon Ser2020-01-201-39/+39
* plugins/base: append outgoing messages to Sent mailboxSimon Ser2020-01-204-4/+85
* Check IMAP/SMTP servers on startupSimon Ser2020-01-201-0/+12
* plugins/base: remove external resources URLs, sanitize CSSSimon Ser2020-01-204-9/+198
* Disable DNS prefetchingSimon Ser2020-01-201-0/+2
* Make the text/* part content a []byteSimon Ser2020-01-202-6/+5
* Extract HTML sanitizer to its own fileSimon Ser2020-01-202-7/+19
* Add polyfill for browsers not supporting srcdocSimon Ser2020-01-202-1/+10
* Open e-mail links in new tabSimon Ser2020-01-202-1/+3
* Resize e-mail iframe with contentSimon Ser2020-01-204-1/+14
* Add support for HTML partsSimon Ser2020-01-205-3/+27
* Update dependenciesSimon Ser2020-01-202-26/+25
* Fix dangling goroutine on session expirationSimon Ser2020-01-201-3/+1