Age | Commit message (Expand) | Author |
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel |
2019-08-29 | notmuch: add search / filter capabilities | Reto Brunner |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-26 | Notmuch: use adhoc write connection. | Reto Brunner |
2019-08-26 | imap worker: do not copy mailbox status mutex | Wagner Riffel |
2019-08-08 | maildir: Preserve flags when copying messages | Ben Burwell |
2019-08-08 | Add notmuch backend | Reto Brunner |
2019-08-08 | Extract message parsing to common worker module | Reto Brunner |
2019-08-08 | Don't print imap errors to ui | Jelle Besseling |
2019-08-02 | Clean maildirs when opened | Ben Burwell |
2019-07-19 | Fix error handling in maildir worker | Nicolai Dagestad |
2019-07-19 | Register worker in init. | Reto Brunner |
2019-07-17 | maildir: Watch for new messages | Ben Burwell |
2019-07-17 | Fix header decoding | Ben Burwell |
2019-07-13 | Fix missing format fields in maildir/container.go | Drew DeVault |
2019-07-12 | Implement maildir copy | Ben Burwell |
2019-07-12 | Add maildir backend worker | Ben Burwell |
2019-07-11 | #190 Handle gmail duplicate folder | Daniel Bridges |
2019-07-11 | Support imaps with oauthbearer authentication (Gmail) | Frode Aannevik |
2019-07-08 | Factor IMAP-specific structs out of UI models | Ben Burwell |
2019-07-08 | Use []uint32 instead of imap.SeqSet | Ben Burwell |
2019-07-08 | Factor UI models out of the worker message package | Ben Burwell |
2019-07-04 | Sort out dirstore once and for all | Drew DeVault |
2019-06-24 | worker/imap: rig up search directory handler | Drew DeVault |
2019-06-24 | worker/imap: implement search | Drew DeVault |
2019-06-14 | imap: block until directory list is fully received | Drew DeVault |
2019-06-14 | imap: respect the folder config option | Reto Brunner |
2019-06-09 | Add :read and :unread commands | Drew DeVault |
2019-06-09 | Update our message flags when server updates them | Drew DeVault |
2019-06-09 | Add archive command | Robert Günzler |
2019-06-08 | Fetch headers w/peek to leave emails unread | Yash Srivastav |
2019-06-07 | implements ability to view headers in message view | Yash Srivastav |
2019-06-02 | Wait for listing to complete before sending Done | Drew DeVault |
2019-06-02 | Don't send Done until finished fetching messages | Drew DeVault |
2019-06-02 | Remove worker callbacks when Done is received | Drew DeVault |
2019-05-26 | Skip non selectable mailboxes in directory listing | Reto Brunner |
2019-05-20 | Load IMAP worker for imap+insecure | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | Drew DeVault |
2019-05-20 | Verify TLS certificates | Drew DeVault |
2019-05-20 | asdf | Drew DeVault |
2019-05-19 | worker/types/worker: remove mutex | Simon Ser |
2019-05-19 | worker/types/worker: make ID allocation atomic | Simon Ser |
2019-05-19 | worker/types/worker: set ID before sending message | Simon Ser |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault |
2019-05-14 | Implement move, mv commands | Drew DeVault |
2019-05-14 | Implement :copy (aka :cp) | Drew DeVault |
2019-05-13 | Handle external message deletions | Drew DeVault |
2019-05-13 | Handle incoming emails gracefully | Drew DeVault |
2019-04-29 | worker/imap: use the IMAP connection from a single goroutine | Simon Ser |