summaryrefslogtreecommitdiff
path: root/worker/imap/fetch.go
AgeCommit message (Expand)Author
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23imap: fix error when server returns a message without body sectionRobin Jarry
2022-06-24imap: fix data race on seqMap arrayRobin Jarry
2022-06-22imap: add option to cache headersTim Culverhouse
2022-04-28imap: avoid crash when replying to unread messageRobin Jarry
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-02-06imap: do not abort on malformed messagesRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2020-05-16imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner
2020-04-24imap/fetch.go: report error when fetching headers failsBen Fiedler
2020-03-09Ignore missing message part in getDecodedPartAmir Yalon
2020-03-03Mark sent messages as "seen" in maildirGalen Abell
2020-01-18worker/imap: don't decode in FetchFullMessage.Reto Brunner
2020-01-05imap: decode reader prior to returning themReto Brunner
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-08Use []uint32 instead of imap.SeqSetBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell
2019-06-09Update our message flags when server updates themDrew DeVault
2019-06-08Fetch headers w/peek to leave emails unreadYash Srivastav
2019-06-07implements ability to view headers in message viewYash Srivastav
2019-06-02Don't send Done until finished fetching messagesDrew DeVault
2019-05-20Flesh out multipart switcherDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-04-29worker/imap: use the IMAP connection from a single goroutineSimon Ser
2019-03-31Make message viewer real, part twoDrew DeVault
2019-03-31Rename FetchMessageBodies to FetchFullMessagesDrew DeVault
2019-03-31Make the message viewer real, part oneDrew DeVault
2019-03-31Don't parse mail in worker; send a reader insteadDrew DeVault
2019-03-31Pull BodyStructure up from IMAP workerDrew DeVault
2019-03-29Add body fetching support codeDrew DeVault
2019-03-20Implement :delete-messageDrew DeVault
2019-03-14Display message subjects in message listDrew DeVault