about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* completions: add support for completing multiple addresses HEAD masterParasrah2022-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
* Add `oauthbearer` support for SMTPR Chowdhury2020-08-131-2/+2
* improve date parsing for notmuch/maildirReto Brunner2020-08-101-2/+18
* Implement style configuration.Kalyan Sriram2020-08-065-60/+48
* Revert "Implement style configuration."Reto Brunner2020-07-305-48/+60
* Implement style configuration.Kalyan Sriram2020-07-305-60/+48
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-0/+38
* run go fmtReto Brunner2020-07-171-2/+2
* Remove deleted messages from search/filter resultsAndrew Jeffery2020-07-101-0/+9
* Add additional flagging functionalityARaspiK2020-07-082-5/+6
* Allow open to be asynchronousAndrew Jeffery2020-07-082-4/+26
* Fix a nil Envelope when getting the formatAndrew Jeffery2020-07-031-0/+48
* Fix dates in reply/forward commands.Reto Brunner2020-06-261-3/+2
* Make grid sizes dynamicJeffas2020-06-091-10/+16
* Revert "Add Style configuration"Drew DeVault2020-05-285-48/+60
* Add Style configurationReto Brunner2020-05-275-60/+48
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-7/+11
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-172-7/+4
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-161-13/+2
* templates: add version funcReto Brunner2020-05-061-0/+8
* lib/messageview: mark messages as readReto Brunner2020-05-061-0/+1