index
:
aerc
master
topic/asc_sort_imap
wip/asc_sort_imap
A pretty good email client
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker
/
lib
Age
Commit message (
Expand
)
Author
2022-04-25
pgp: ensure CRLF line endings in pgpmail reader
Koni Marti
2022-03-18
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-01-19
maildir,notmuch: avoid leaking open files
Nguyễn Gia Phong
2021-11-05
go.mod: change base git url
Robin Jarry
2021-02-22
lib/parse: simplify parseAddressList
Reto Brunner
2020-11-14
lib/parse: use go-message msgid parsing if it succeeds
Reto Brunner
2020-11-14
remove models.Address in favor of go-message Address
Reto Brunner
2020-08-31
handle message unknown charset error
Jeff Martin
2020-08-20
base models.Address on the mail.Address type
Reto Brunner
2020-08-10
improve date parsing for notmuch/maildir
Reto Brunner
2020-07-27
Remove hard coded bodystruct path everywhere
Reto Brunner
2020-07-11
Make it easier to debug date parsing errors
Lyudmil Angelov
2020-05-06
Guess date from received if not present
elumbella
2020-03-03
Initial support for PGP decryption & signatures
Drew DeVault
2020-02-28
Cleanup sorting logic
Jeffas
2020-02-06
worker/lib/parse: be more tolerant with parsing email addresses
Timmy Douglas
2020-01-05
maildir/notmuch: don't re-encode readers
Reto Brunner
2019-12-27
Add labels to index format (%g)
Reto Brunner
2019-11-17
Parse Reply-To header while parsing envelope
Srivathsan Murali
2019-09-20
Add sorting functionality
Jeffas
2019-09-04
all: rewrite references to strings.Index to strings.Contains
Wagner Riffel
2019-08-08
Extract message parsing to common worker module
Reto Brunner