summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-03-14store: allow consecutive filter and search queriesKoni Marti
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-03-09threading: honor user-defined sort criteriaKoni Marti
2022-03-03add removal of existing socketsMoritz Poldrack
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2022-02-19config: do not hardcode sharedirRobin Jarry
2022-02-03lib/ui/textinput: stop at /, ", and ' charsPranjal Kole
2022-01-22msgstore: fetch missing headers in visual modeKoni Marti
2022-01-07completions: add support for completing multiple addressesParasrah
2022-01-07pgp: PGP/MIME encryption for outgoing emailsKoni Marti
2022-01-07pgp: PGP/MIME signing for outgoing emailsKoni Marti
2022-01-07pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti
2021-12-11format: reformat code with go 1.17Robin Jarry
2021-12-11imap: fix build on macosRobin Jarry
2021-11-30style: customize vertical and horizontal border charactersDian M Fay
2021-11-13messages: allow displaying email threadsy0ast
2021-11-06index: add this-week-time-formatRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,list: fix crash when viewing incomplete imap messagesRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-10-28index: allow dynamic formatting of message datesRobin Jarry
2021-08-30lib/ui/textinput: Optimize ensureScrollAdnan Maolood
2021-03-07FindFirstNonMultipart: return the proper pathReto Brunner
2021-02-26Fix linter warningsReto Brunner
2021-01-30Refactor lib/open to accept user provided argumentsReto Brunner
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-11-14format: remove parse methods, use the one from go-messageReto Brunner
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-11-14templates: Remove ParseTemplate as it's unusedReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner
2020-11-11templates: better error messageReto Brunner
2020-10-14refactor ParseMessageFormat to use a ctx objectReto Brunner
2020-09-10Remove unused Simulator interfaceReto Brunner
2020-09-10fix comment in ParseAddressListReto Brunner
2020-08-24ParseAddressList: return empty list if "" is providedReto Brunner
2020-08-22Localize timestamps in the message listReto Brunner
2020-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-13Add `oauthbearer` support for SMTPR Chowdhury
2020-08-10improve date parsing for notmuch/maildirReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner
2020-07-17run go fmtReto Brunner
2020-07-10Remove deleted messages from search/filter resultsAndrew Jeffery
2020-07-08Add additional flagging functionalityARaspiK
2020-07-08Allow open to be asynchronousAndrew Jeffery
2020-07-03Fix a nil Envelope when getting the formatAndrew Jeffery
2020-06-26Fix dates in reply/forward commands.Reto Brunner
2020-06-09Make grid sizes dynamicJeffas