aboutsummaryrefslogtreecommitdiffstats
path: root/imap.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade go-imapLibravatarLibravatar Simon Ser 2024-03-181-6/+5
|
* Upgrade to go-imap v2LibravatarLibravatar Simon Ser 2023-04-301-8/+21
|
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-270/+1
| | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39
* Use imap.BodyStructure.Filename and imap.Address.AddressLibravatarLibravatar Simon Ser 2019-12-091-4/+1
| | | | | The former fixes encoding issues in filenames. The latter is just for brevity.
* Make message view's Back link set the mailbox pageLibravatarLibravatar Simon Ser 2019-12-031-1/+1
| | | | | | | This allows to go back and forth between the mailbox view and the message view. References: https://todo.sr.ht/~sircmpwn/koushin/22
* Add basic pagination to message listLibravatarLibravatar Simon Ser 2019-12-031-10/+10
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/22
* Fix mailbox view when emptyLibravatarLibravatar Simon Ser 2019-12-031-1/+3
| | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14
* Set imap.CharsetReaderLibravatarLibravatar Simon Ser 2019-12-031-1/+5
| | | | | This adds support for additional charsets when parsing e.g. subject lines.
* Import go-message charsets packageLibravatarLibravatar Simon Ser 2019-12-031-0/+1
| | | | | | Enables support for non-UTF8 charsets. Closes: https://todo.sr.ht/~sircmpwn/koushin/18
* Fix EOF on message viewLibravatarLibravatar Simon Ser 2019-12-031-2/+10
|
* Fix format stringLibravatarLibravatar Simon Ser 2019-12-031-1/+1
|
* Add context to errorsLibravatarLibravatar Simon Ser 2019-12-031-9/+9
|
* Show last 50 messages in mailbox viewLibravatarLibravatar Simon Ser 2019-12-031-1/+1
|
* Display & download any message partLibravatarLibravatar Simon Ser 2019-12-031-25/+39
|
* Extract string conversion functionsLibravatarLibravatar Simon Ser 2019-12-031-2/+2
|
* Linkify message part treeLibravatarLibravatar Simon Ser 2019-12-031-4/+48
|
* go fmtLibravatarLibravatar Simon Ser 2019-12-031-4/+4
|
* Add basic message viewLibravatarLibravatar Simon Ser 2019-12-021-8/+147
|
* Add basic message listLibravatarLibravatar Simon Ser 2019-12-021-0/+48
|
* Extract IMAP functions into separate fileLibravatarLibravatar Simon Ser 2019-12-021-0/+49