index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worker
/
imap
/
open.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
imap: only call UidSort with sort criteria
Koni Marti
2023-06-25
1
-2
/
+3
*
imap: implement cancellation of opening dir and listing contents
Tim Culverhouse
2023-06-20
1
-39
/
+72
*
imap: use named logger
Robin Jarry
2023-06-12
1
-8
/
+7
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-8
/
+8
*
logging: homogenize levels
Robin Jarry
2022-12-02
1
-5
/
+5
*
imap: add support for ORDEREDSUBJECT threading algorithm
jp39
2022-11-09
1
-1
/
+1
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-1
/
+1
*
seqmap: refactor seqmap to use slice instead of map
Tim Culverhouse
2022-08-03
1
-2
/
+15
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-4
/
+6
*
sort: show warning when sort is not supported
Koni Marti
2022-07-26
1
-0
/
+2
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-6
/
+7
*
threading: enable filtering of server-side threads
Tim Culverhouse
2022-07-10
1
-9
/
+16
*
imap: fix data race on seqMap array
Robin Jarry
2022-06-24
1
-4
/
+2
*
imap: add option to cache headers
Tim Culverhouse
2022-06-22
1
-1
/
+2
*
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-18
1
-4
/
+4
*
messages: allow displaying email threads
y0ast
2021-11-13
1
-0
/
+63
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-1
/
+1
*
imap: use builtin idle support
Robin Jarry
2021-11-02
1
-3
/
+0
*
imap: add sort support
Reto Brunner
2020-10-11
1
-2
/
+47
*
worker/imap: Fix seqMap race condition
Kevin Kuehler
2019-11-10
1
-1
/
+3
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
Handle incoming emails gracefully
Drew DeVault
2019-05-13
1
-0
/
+3
*
worker/imap: use the IMAP connection from a single goroutine
Simon Ser
2019-04-29
1
-32
/
+29
*
Implement :delete-message
Drew DeVault
2019-03-20
1
-0
/
+1
*
Implement message store side of message fetching
Drew DeVault
2019-03-14
1
-7
/
+2
*
Fetch valid UIDs from server after opening dir
Drew DeVault
2019-03-10
1
-0
/
+34
*
Issue IMAP SELECT command
Drew DeVault
2019-01-13
1
-0
/
+20