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
/
fetch.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: move package to lib
Robin Jarry
2024-02-14
1
-1
/
+1
*
imap: show parseable messages on error
Moritz Poldrack
2023-12-30
1
-12
/
+13
*
imap: implement cancellation of searching and fetching
Tim Culverhouse
2023-06-20
1
-0
/
+12
*
imap: use named logger
Robin Jarry
2023-06-12
1
-4
/
+4
*
headers: enable partial header fetching
Tim Culverhouse
2023-05-16
1
-4
/
+12
*
messageinfo: report message sizes
Koni Marti
2023-04-26
1
-0
/
+2
*
parse msg-id lists more liberally
Nguyễn Gia Phong
2023-03-26
1
-4
/
+2
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-6
/
+6
*
logging: homogenize levels
Robin Jarry
2022-12-02
1
-3
/
+3
*
imap: fix error with empty flag updates
Robin Jarry
2022-11-23
1
-4
/
+8
*
message-info: add explicit References field
Tim Culverhouse
2022-11-09
1
-0
/
+4
*
viewer: option to not mark message as seen
Koni Marti
2022-10-04
1
-1
/
+4
*
backends: send MessageInfoError on header fetching error
Tim Culverhouse
2022-09-25
1
-4
/
+1
*
charset: handle unknown charsets more user-friendly
Koni Marti
2022-09-25
1
-1
/
+4
*
lint: work nicely with wrapped errors (errorlint)
Moritz Poldrack
2022-08-04
1
-2
/
+2
*
seqmap: refactor seqmap to use slice instead of map
Tim Culverhouse
2022-08-03
1
-1
/
+0
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-7
/
+8
*
logging: use level-based logger functions
Robin Jarry
2022-07-23
1
-5
/
+5
*
imap: fix error when server returns a message without body section
Robin Jarry
2022-07-23
1
-0
/
+4
*
imap: fix data race on seqMap array
Robin Jarry
2022-06-24
1
-1
/
+1
*
imap: add option to cache headers
Tim Culverhouse
2022-06-22
1
-10
/
+40
*
imap: avoid crash when replying to unread message
Robin Jarry
2022-04-28
1
-2
/
+9
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+3
*
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-18
1
-3
/
+3
*
imap: do not abort on malformed messages
Robin Jarry
2022-02-06
1
-1
/
+7
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-2
/
+2
*
imap: Remove FetchMessageBodyPart.{Encoding,Charset}
Reto Brunner
2020-05-16
1
-106
/
+107
*
imap/fetch.go: report error when fetching headers fails
Ben Fiedler
2020-04-24
1
-3
/
+4
*
Ignore missing message part in getDecodedPart
Amir Yalon
2020-03-09
1
-1
/
+1
*
Mark sent messages as "seen" in maildir
Galen Abell
2020-03-03
1
-3
/
+3
*
worker/imap: don't decode in FetchFullMessage.
Reto Brunner
2020-01-18
1
-27
/
+2
*
imap: decode reader prior to returning them
Reto Brunner
2020-01-05
1
-10
/
+90
*
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
1
-5
/
+5
*
Use []uint32 instead of imap.SeqSet
Ben Burwell
2019-07-08
1
-8
/
+6
*
Factor UI models out of the worker message package
Ben Burwell
2019-07-08
1
-15
/
+26
*
Update our message flags when server updates them
Drew DeVault
2019-06-09
1
-2
/
+22
*
Fetch headers w/peek to leave emails unread
Yash Srivastav
2019-06-08
1
-0
/
+1
*
implements ability to view headers in message view
Yash Srivastav
2019-06-07
1
-1
/
+20
*
Don't send Done until finished fetching messages
Drew DeVault
2019-06-02
1
-0
/
+3
*
Flesh out multipart switcher
Drew DeVault
2019-05-20
1
-1
/
+1
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
worker/imap: use the IMAP connection from a single goroutine
Simon Ser
2019-04-29
1
-41
/
+37
*
Make message viewer real, part two
Drew DeVault
2019-03-31
1
-11
/
+14
*
Rename FetchMessageBodies to FetchFullMessages
Drew DeVault
2019-03-31
1
-10
/
+10
*
Make the message viewer real, part one
Drew DeVault
2019-03-31
1
-6
/
+26
*
Don't parse mail in worker; send a reader instead
Drew DeVault
2019-03-31
1
-10
/
+2
*
Pull BodyStructure up from IMAP worker
Drew DeVault
2019-03-31
1
-4
/
+6
*
Add body fetching support code
Drew DeVault
2019-03-29
1
-15
/
+46
*
Implement :delete-message
Drew DeVault
2019-03-20
1
-0
/
+1
*
Display message subjects in message list
Drew DeVault
2019-03-14
1
-0
/
+46