aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/imap.go
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate drafts on repeated savesDrew DeVault2020-11-131-18/+6
* Redirect to edit draft after saving messageDrew DeVault2020-11-131-7/+18
* Remove async SMTP queueDrew DeVault2020-11-131-4/+0
* Copy unsent messages to OutboxDrew DeVault2020-10-301-2/+7
* Replace parts tree with attachment listDrew DeVault2020-10-231-5/+23
* message.html: add tabs to select html/plaintextDrew DeVault2020-10-231-0/+23
* Implement broader search functionalityDrew DeVault2020-10-231-26/+1
* plugins/base/imap: fetch flags on searchDrew DeVault2020-10-221-1/+1
* Categorize and normalize folder listingDrew DeVault2020-10-221-2/+14
* Handle case where server does not return bodyDrew DeVault2020-10-221-1/+6
* remove exec bit from plugins/base/imap.goReto Brunner2020-08-111-0/+0
* base: don't use Client.MailboxSimon Ser2020-05-281-4/+3
* Replace IMAPMessage.TextPartName with TextPartSimon Ser2020-05-201-23/+16
* plugins/base: Add missing nil check for getMailboxByTypefox.cpp2020-05-181-0/+3
* plugins/base: fix mailbox unread countSimon Ser2020-05-131-10/+23
* Rename project to alpsSimon Ser2020-05-131-1/+1
* plugins/base: always show INBOX firstSimon Ser2020-03-271-0/+6
* plugins/base: wrap MailboxInfo and MailboxStatusSimon Ser2020-03-271-5/+25
* plugins/base: add action param to handleSetFlagsSimon Ser2020-03-181-1/+0
* plugins/base: fix IMAMessage.PartByPath with nil pathSimon Ser2020-03-181-0/+3
* plugins/base: replace MessageRenderData.PartPath with PartSimon Ser2020-02-251-0/+27
* plugins/base: add message URL and Content-Id helpersSimon Ser2020-02-251-12/+54
* plugins/carddav: add basic contacts viewSimon Ser2020-02-051-1/+1
* plugins/base/imap: disable full-text search for nowSimon Ser2020-02-051-2/+27
* plugins/base: add settings pageSimon Ser2020-01-281-2/+2
* plugins/base: support attachments in draftsSimon Ser2020-01-281-0/+22
* plugins/base: use BodyStructure.Walk instead of custom logicSimon Ser2020-01-281-46/+20
* plugins/base: delete previous draftSimon Ser2020-01-241-0/+16
* plugins/base: add fallback if SPECIAL-USE is unsupportedSimon Ser2020-01-241-20/+36
* plugins/base: save message as draftSimon Ser2020-01-241-0/+45
* plugins/base: append outgoing messages to Sent mailboxSimon Ser2020-01-201-0/+36
* Include flags when fetching items over IMAPDejan Strbac2020-01-161-1/+1
* Add Server.ReloadSimon Ser2020-01-081-1/+1
* Implement paging for searchSimon Ser2019-12-171-9/+16
* Add a form to set message flagsSimon Ser2019-12-171-0/+10
* Export IMAPMessageSimon Ser2019-12-161-11/+11
* Add basic searchSimon Ser2019-12-161-2/+49
* Introduce base pluginSimon Ser2019-12-161-0/+277