aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* imap: fix no-envelope-for-message errorKoni Marti2022-04-111-1/+3
* statusline: indicate when sorting is in progressKoni Marti2022-03-252-0/+13
* store: sort messages even when a filter is appliedKoni Marti2022-03-251-0/+1
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+4
* completion: install panic handler in completion callbackRobin Jarry2022-03-251-0/+2
* threading: fix msg-id order in references headerKoni Marti2022-03-231-5/+17
* logging: added a log on panicMoritz Poldrack2022-03-233-1/+15
* statusline: make statusline folder-specificKoni Marti2022-03-232-38/+61
* threading: fix stack overflow from faulty headersKoni Marti2022-03-221-1/+13
* msglist: update message counter upon filter changeKoni Marti2022-03-201-0/+11
* store: fix deleting messages in filter modeKoni Marti2022-03-201-0/+8
* statusline: implement per-account statusKoni Marti2022-03-181-0/+133
* go vet: unreachable codeMoritz Poldrack2022-03-181-5/+0
* store: allow consecutive filter and search queriesKoni Marti2022-03-141-7/+21
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-122-2/+2
* threading: honor user-defined sort criteriaKoni Marti2022-03-092-50/+57
* add removal of existing socketsMoritz Poldrack2022-03-031-0/+3
* threading: implement on-the-fly message threadingKoni Marti2022-02-242-1/+320
* config: do not hardcode sharedirRobin Jarry2022-02-191-0/+8
* lib/ui/textinput: stop at /, ", and ' charsPranjal Kole2022-02-031-5/+11
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+7
* completions: add support for completing multiple addressesParasrah2022-01-071-5/+6
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+10
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+14
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-072-3/+3
* format: reformat code with go 1.17Robin Jarry2021-12-112-2/+4
* imap: fix build on macosRobin Jarry2021-12-112-0/+28
* style: customize vertical and horizontal border charactersDian M Fay2021-11-301-4/+7
* messages: allow displaying email threadsy0ast2021-11-132-6/+61
* index: add this-week-time-formatRobin Jarry2021-11-061-7/+16
* go.mod: change base git urlRobin Jarry2021-11-0510-14/+14
* view,list: fix crash when viewing incomplete imap messagesRobin Jarry2021-10-282-48/+7
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-4/+7
* index: allow dynamic formatting of message datesRobin Jarry2021-10-281-5/+18
* lib/ui/textinput: Optimize ensureScrollAdnan Maolood2021-08-301-5/+5
* FindFirstNonMultipart: return the proper pathReto Brunner2021-03-071-1/+1
* Fix linter warningsReto Brunner2021-02-261-1/+1
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-302-33/+51
* update tcell to v2 and enable TrueColor supporty0ast2020-12-1811-12/+12
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-32/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-142-33/+50
* templates: Remove ParseTemplate as it's unusedReto Brunner2020-11-141-14/+0
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-9/+30
* templates: better error messageReto Brunner2020-11-111-2/+3
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-54/+60
* Remove unused Simulator interfaceReto Brunner2020-09-101-5/+0
* fix comment in ParseAddressListReto Brunner2020-09-101-3/+1
* ParseAddressList: return empty list if "" is providedReto Brunner2020-08-241-0/+6
* Localize timestamps in the message listReto Brunner2020-08-221-2/+2
* base models.Address on the mail.Address typeReto Brunner2020-08-201-16/+44