aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/base/imap.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* plugins/base: always show INBOX firstLibravatarLibravatar Simon Ser 2020-03-271-0/+6
|
* plugins/base: wrap MailboxInfo and MailboxStatusLibravatarLibravatar Simon Ser 2020-03-271-5/+25
| | | | | This allows us to extend these and expose helpers for templates and plugins.
* plugins/base: add action param to handleSetFlagsLibravatarLibravatar Simon Ser 2020-03-181-1/+0
| | | | This alows to add/remove flags instead of setting them.
* plugins/base: fix IMAMessage.PartByPath with nil pathLibravatarLibravatar Simon Ser 2020-03-181-0/+3
|
* plugins/base: replace MessageRenderData.PartPath with PartLibravatarLibravatar Simon Ser 2020-02-251-0/+27
|
* plugins/base: add message URL and Content-Id helpersLibravatarLibravatar Simon Ser 2020-02-251-12/+54
|
* plugins/carddav: add basic contacts viewLibravatarLibravatar Simon Ser 2020-02-051-1/+1
|
* plugins/base/imap: disable full-text search for nowLibravatarLibravatar Simon Ser 2020-02-051-2/+27
| | | | | | It's too slow on servers where indexes aren't enabled. References: https://todo.sr.ht/~sircmpwn/koushin/23
* plugins/base: add settings pageLibravatarLibravatar Simon Ser 2020-01-281-2/+2
| | | | | Add a settings page where the user can change the number of messages displayed per page.
* plugins/base: support attachments in draftsLibravatarLibravatar Simon Ser 2020-01-281-0/+22
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/16
* plugins/base: use BodyStructure.Walk instead of custom logicLibravatarLibravatar Simon Ser 2020-01-281-46/+20
|
* plugins/base: delete previous draftLibravatarLibravatar Simon Ser 2020-01-241-0/+16
|
* plugins/base: add fallback if SPECIAL-USE is unsupportedLibravatarLibravatar Simon Ser 2020-01-241-20/+36
|
* plugins/base: save message as draftLibravatarLibravatar Simon Ser 2020-01-241-0/+45
|
* plugins/base: append outgoing messages to Sent mailboxLibravatarLibravatar Simon Ser 2020-01-201-0/+36
| | | | | | And mark original message as answered. Closes: https://todo.sr.ht/~sircmpwn/koushin/15
* Include flags when fetching items over IMAPLibravatarLibravatar Dejan Strbac 2020-01-161-1/+1
|
* Add Server.ReloadLibravatarLibravatar Simon Ser 2020-01-081-1/+1
| | | | | This only reloads templates for now. In the future it'll also reload Lua plugins.
* Implement paging for searchLibravatarLibravatar Simon Ser 2019-12-171-9/+16
|
* Add a form to set message flagsLibravatarLibravatar Simon Ser 2019-12-171-0/+10
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Export IMAPMessageLibravatarLibravatar Simon Ser 2019-12-161-11/+11
| | | | This is a public type other plugins and templates may want to access.
* Add basic searchLibravatarLibravatar Simon Ser 2019-12-161-2/+49
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-0/+277
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39