summaryrefslogtreecommitdiff
path: root/worker/types/messages.go
AgeCommit message (Expand)Author
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-06-22imap: add option to cache headersTim Culverhouse
2022-06-07dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-01-19imap: auto-reconnects on connection errorKoni Marti
2022-01-19imap: emits connection error on logoutKoni Marti
2021-11-13messages: allow displaying email threadsy0ast
2021-11-05go.mod: change base git urlRobin Jarry
2020-08-19Add support for :rmdirARaspiK
2020-07-17run go fmtReto Brunner
2020-07-08Add additional flagging functionalityARaspiK
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-16imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner
2020-05-01store.FetchFull: Change callback type to expose entire messageBen Fiedler
2020-03-03Mark sent messages as "seen" in maildirGalen Abell
2020-02-29remove the dirInfoUpdateRequest functionalityReto Brunner
2020-02-16Request DirInfo whenever the unread count may have changedReto Brunner
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-12-21add LabelList eventReto Brunner
2019-09-20Add sorting functionalityJeffas
2019-09-12Add modify-labels commandReto Brunner
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-07-11#190 Handle gmail duplicate folderDaniel Bridges
2019-07-08Use []uint32 instead of imap.SeqSetBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell
2019-06-24worker/imap: implement searchDrew DeVault
2019-06-09Add :read and :unread commandsDrew DeVault
2019-06-09Add archive commandRobert Günzler
2019-06-07implements ability to view headers in message viewYash Srivastav
2019-06-02Remove worker callbacks when Done is receivedDrew DeVault
2019-05-20Flesh out multipart switcherDrew DeVault
2019-05-20Verify TLS certificatesDrew DeVault
2019-05-19worker/types/worker: make ID allocation atomicSimon Ser
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Implement move, mv commandsDrew DeVault
2019-05-14Implement :copy (aka :cp)Drew DeVault
2019-03-31Rename FetchMessageBodies to FetchFullMessagesDrew 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-14Implement message store side of message fetchingDrew DeVault
2019-03-10Fetch valid UIDs from server after opening dirDrew DeVault
2019-01-13Add name to DirectoryInfo messagesDrew DeVault
2019-01-13Issue IMAP SELECT commandDrew DeVault
2018-02-01Refactoring; consume listing responseDrew DeVault
2018-02-01Implement (most of) mailbox listingDrew DeVault
2018-01-31Add certificate approval flowDrew DeVault
2018-01-14Connect to IMAP server, login and idleemersion