index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker
/
imap
/
fetch.go
Age
Commit message (
Expand
)
Author
2020-01-18
worker/imap: don't decode in FetchFullMessage.
Reto Brunner
2020-01-05
imap: decode reader prior to returning them
Reto Brunner
2019-07-08
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
Use []uint32 instead of imap.SeqSet
Ben Burwell
2019-07-08
Factor UI models out of the worker message package
Ben Burwell
2019-06-09
Update our message flags when server updates them
Drew DeVault
2019-06-08
Fetch headers w/peek to leave emails unread
Yash Srivastav
2019-06-07
implements ability to view headers in message view
Yash Srivastav
2019-06-02
Don't send Done until finished fetching messages
Drew DeVault
2019-05-20
Flesh out multipart switcher
Drew DeVault
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-04-29
worker/imap: use the IMAP connection from a single goroutine
Simon Ser
2019-03-31
Make message viewer real, part two
Drew DeVault
2019-03-31
Rename FetchMessageBodies to FetchFullMessages
Drew DeVault
2019-03-31
Make the message viewer real, part one
Drew DeVault
2019-03-31
Don't parse mail in worker; send a reader instead
Drew DeVault
2019-03-31
Pull BodyStructure up from IMAP worker
Drew DeVault
2019-03-29
Add body fetching support code
Drew DeVault
2019-03-20
Implement :delete-message
Drew DeVault
2019-03-14
Display message subjects in message list
Drew DeVault