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
/
types
Age
Commit message (
Expand
)
Author
2020-02-29
remove the dirInfoUpdateRequest functionality
Reto Brunner
2020-02-16
Request DirInfo whenever the unread count may have changed
Reto Brunner
2020-01-05
FetchBodyParts: decode source in the workers
Reto Brunner
2019-12-21
add LabelList event
Reto Brunner
2019-09-20
Add sorting functionality
Jeffas
2019-09-12
Add modify-labels command
Reto Brunner
2019-08-29
extract search criteria parsing into the backends
Reto Brunner
2019-07-11
#190 Handle gmail duplicate folder
Daniel Bridges
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-24
worker/imap: implement search
Drew DeVault
2019-06-09
Add :read and :unread commands
Drew DeVault
2019-06-09
Add archive command
Robert Günzler
2019-06-07
implements ability to view headers in message view
Yash Srivastav
2019-06-02
Remove worker callbacks when Done is received
Drew DeVault
2019-05-20
Flesh out multipart switcher
Drew DeVault
2019-05-20
Verify TLS certificates
Drew DeVault
2019-05-19
worker/types/worker: remove mutex
Simon Ser
2019-05-19
worker/types/worker: make ID allocation atomic
Simon Ser
2019-05-19
worker/types/worker: set ID before sending message
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-15
Copy sent emails to the Sent folder
Drew DeVault
2019-05-14
Implement move, mv commands
Drew DeVault
2019-05-14
Implement :copy (aka :cp)
Drew DeVault
2019-04-27
worker/types: fix Worker.Callbacks race condition
Simon Ser
2019-03-31
Rename FetchMessageBodies to FetchFullMessages
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
Implement message store side of message fetching
Drew DeVault
2019-03-10
Fetch valid UIDs from server after opening dir
Drew DeVault
2019-01-13
Add name to DirectoryInfo messages
Drew DeVault
2019-01-13
Issue IMAP SELECT command
Drew DeVault
2018-02-01
Refactoring; consume listing response
Drew DeVault
2018-02-01
Implement (most of) mailbox listing
Drew DeVault
2018-02-01
Improve logging
Drew DeVault
2018-02-01
Reduce boilerplate in worker/UI
Drew DeVault
2018-01-31
Add certificate approval flow
Drew DeVault
2018-01-14
Connect to IMAP server, login and idle
emersion
2018-01-11
Move worker into account tab
Drew DeVault
2018-01-09
Initial pass on worker/UI message passing
Drew DeVault