index
:
aerc
this commit
master
mirror of ~rjarry's aerc fork - a pretty good email client
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worker
/
types
Commit message (
Expand
)
Author
Age
Files
Lines
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-2
/
+2
*
Add support for :rmdir
ARaspiK
2020-08-19
1
-0
/
+6
*
run go fmt
Reto Brunner
2020-07-17
1
-2
/
+2
*
Add additional flagging functionality
ARaspiK
2020-07-08
1
-3
/
+4
*
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-25
1
-0
/
+6
*
imap: Remove FetchMessageBodyPart.{Encoding,Charset}
Reto Brunner
2020-05-16
1
-4
/
+2
*
store.FetchFull: Change callback type to expose entire message
Ben Fiedler
2020-05-01
1
-0
/
+1
*
Mark sent messages as "seen" in maildir
Galen Abell
2020-03-03
1
-1
/
+1
*
remove the dirInfoUpdateRequest functionality
Reto Brunner
2020-02-29
1
-7
/
+0
*
Request DirInfo whenever the unread count may have changed
Reto Brunner
2020-02-16
1
-0
/
+7
*
FetchBodyParts: decode source in the workers
Reto Brunner
2020-01-05
1
-2
/
+4
*
add LabelList event
Reto Brunner
2019-12-21
1
-0
/
+5
*
Add sorting functionality
Jeffas
2019-09-20
2
-0
/
+20
*
Add modify-labels command
Reto Brunner
2019-09-12
1
-0
/
+7
*
extract search criteria parsing into the backends
Reto Brunner
2019-08-29
1
-3
/
+1
*
#190 Handle gmail duplicate folder
Daniel Bridges
2019-07-11
1
-0
/
+1
*
Use []uint32 instead of imap.SeqSet
Ben Burwell
2019-07-08
1
-5
/
+5
*
Factor UI models out of the worker message package
Ben Burwell
2019-07-08
1
-19
/
+6
*
worker/imap: implement search
Drew DeVault
2019-06-24
1
-0
/
+10
*
Add :read and :unread commands
Drew DeVault
2019-06-09
1
-0
/
+7
*
Add archive command
Robert Günzler
2019-06-09
1
-0
/
+5
*
implements ability to view headers in message view
Yash Srivastav
2019-06-07
1
-0
/
+2
*
Remove worker callbacks when Done is received
Drew DeVault
2019-06-02
2
-5
/
+13
*
Flesh out multipart switcher
Drew DeVault
2019-05-20
1
-1
/
+1
*
Verify TLS certificates
Drew DeVault
2019-05-20
1
-11
/
+0
*
worker/types/worker: remove mutex
Simon Ser
2019-05-19
1
-36
/
+21
*
worker/types/worker: make ID allocation atomic
Simon Ser
2019-05-19
2
-10
/
+11
*
worker/types/worker: set ID before sending message
Simon Ser
2019-05-19
1
-3
/
+9
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
Copy sent emails to the Sent folder
Drew DeVault
2019-05-15
2
-4
/
+32
*
Implement move, mv commands
Drew DeVault
2019-05-14
1
-6
/
+0
*
Implement :copy (aka :cp)
Drew DeVault
2019-05-14
1
-0
/
+12
*
worker/types: fix Worker.Callbacks race condition
Simon Ser
2019-04-27
1
-15
/
+41
*
Rename FetchMessageBodies to FetchFullMessages
Drew DeVault
2019-03-31
1
-2
/
+2
*
Don't parse mail in worker; send a reader instead
Drew DeVault
2019-03-31
1
-4
/
+3
*
Pull BodyStructure up from IMAP worker
Drew DeVault
2019-03-31
1
-5
/
+19
*
Add body fetching support code
Drew DeVault
2019-03-29
1
-2
/
+7
*
Implement :delete-message
Drew DeVault
2019-03-20
1
-0
/
+10
*
Implement message store side of message fetching
Drew DeVault
2019-03-14
1
-2
/
+2
*
Fetch valid UIDs from server after opening dir
Drew DeVault
2019-03-10
1
-0
/
+33
*
Add name to DirectoryInfo messages
Drew DeVault
2019-01-13
1
-1
/
+2
*
Issue IMAP SELECT command
Drew DeVault
2019-01-13
1
-0
/
+13
*
Refactoring; consume listing response
Drew DeVault
2018-02-01
1
-11
/
+7
*
Implement (most of) mailbox listing
Drew DeVault
2018-02-01
1
-0
/
+14
*
Improve logging
Drew DeVault
2018-02-01
1
-6
/
+20
*
Reduce boilerplate in worker/UI
Drew DeVault
2018-02-01
1
-0
/
+59
*
Add certificate approval flow
Drew DeVault
2018-01-31
1
-8
/
+18
*
Connect to IMAP server, login and idle
emersion
2018-01-14
1
-0
/
+2
*
Move worker into account tab
Drew DeVault
2018-01-11
1
-1
/
+1
*
Initial pass on worker/UI message passing
Drew DeVault
2018-01-09
1
-0
/
+55