| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | imap: decode reader prior to returning them | Reto Brunner | 2020-01-05 | 1 | -10/+90 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -2/+4 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 3 | -0/+14 |
* | notmuch: emit LabelList event | Reto Brunner | 2019-12-21 | 2 | -0/+29 |
* | add LabelList event | Reto Brunner | 2019-12-21 | 1 | -0/+5 |
* | decode(RFC 2047) imap headers to fix encoding in subject & filenames | Leszek CimaĆa | 2019-12-07 | 1 | -5/+25 |
* | Parse Reply-To header while parsing envelope | Srivathsan Murali | 2019-11-17 | 1 | -0/+5 |
* | worker/imap: Fix seqMap race condition | Kevin Kuehler | 2019-11-10 | 1 | -1/+3 |
* | Notmuch: be resilient to config errors | Reto Brunner | 2019-11-01 | 1 | -3/+22 |
* | notmuch: ignore comments and blank lines when processing query-map file | Matt Snider | 2019-11-01 | 1 | -0/+4 |
* | Fix: oauthbearer runtime error | Frode Aannevik | 2019-10-16 | 1 | -6/+7 |
* | Change search flags | Jeffas | 2019-09-20 | 2 | -4/+12 |
* | notmuch: add sort functionality | Reto Brunner | 2019-09-20 | 1 | -6/+41 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 4 | -7/+319 |
* | Add directory info messages | Jeffas | 2019-09-18 | 1 | -16/+55 |
* | Add basic searching to the maildir backend | Jeffas | 2019-09-16 | 2 | -1/+260 |
* | notmuch: implement ModifyLabels | Reto Brunner | 2019-09-16 | 1 | -26/+61 |
* | notmuch: sync maildir flags | Reto Brunner | 2019-09-16 | 1 | -1/+4 |
* | notmuch: extract all notmuch db operations. | Reto Brunner | 2019-09-16 | 3 | -175/+250 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+7 |
* | Add new search behaviour for imap | Jeffas | 2019-09-11 | 1 | -4/+19 |
* | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
* | notmuch: add search / filter capabilities | Reto Brunner | 2019-08-29 | 1 | -9/+29 |
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 3 | -11/+50 |
* | Notmuch: use adhoc write connection. | Reto Brunner | 2019-08-26 | 2 | -30/+147 |
* | imap worker: do not copy mailbox status mutex | Wagner Riffel | 2019-08-26 | 1 | -2/+3 |
* | maildir: Preserve flags when copying messages | Ben Burwell | 2019-08-08 | 1 | -20/+2 |
* | Add notmuch backend | Reto Brunner | 2019-08-08 | 3 | -0/+521 |
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 2 | -220/+256 |
* | Don't print imap errors to ui | Jelle Besseling | 2019-08-08 | 1 | -0/+1 |
* | Clean maildirs when opened | Ben Burwell | 2019-08-02 | 1 | -0/+4 |
* | Fix error handling in maildir worker | Nicolai Dagestad | 2019-07-19 | 1 | -14/+7 |
* | Register worker in init. | Reto Brunner | 2019-07-19 | 5 | -20/+53 |
* | maildir: Watch for new messages | Ben Burwell | 2019-07-17 | 2 | -14/+73 |
* | Fix header decoding | Ben Burwell | 2019-07-17 | 1 | -13/+16 |
* | Fix missing format fields in maildir/container.go | Drew DeVault | 2019-07-13 | 1 | -2/+2 |
* | Implement maildir copy | Ben Burwell | 2019-07-12 | 2 | -2/+41 |
* | Add maildir backend worker | Ben Burwell | 2019-07-12 | 4 | -0/+783 |
* | #190 Handle gmail duplicate folder | Daniel Bridges | 2019-07-11 | 2 | -4/+2 |
* | Support imaps with oauthbearer authentication (Gmail) | Frode Aannevik | 2019-07-11 | 1 | -6/+28 |
* | Factor IMAP-specific structs out of UI models | Ben Burwell | 2019-07-08 | 3 | -8/+83 |
* | Use []uint32 instead of imap.SeqSet | Ben Burwell | 2019-07-08 | 5 | -16/+30 |
* | Factor UI models out of the worker message package | Ben Burwell | 2019-07-08 | 4 | -49/+55 |
* | Sort out dirstore once and for all | Drew DeVault | 2019-07-04 | 1 | -13/+0 |
* | worker/imap: rig up search directory handler | Drew DeVault | 2019-06-24 | 1 | -0/+2 |
* | worker/imap: implement search | Drew DeVault | 2019-06-24 | 2 | -0/+26 |
* | imap: block until directory list is fully received | Drew DeVault | 2019-06-14 | 1 | -0/+1 |
* | imap: respect the folder config option | Reto Brunner | 2019-06-14 | 2 | -1/+16 |
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 3 | -0/+26 |
* | Update our message flags when server updates them | Drew DeVault | 2019-06-09 | 2 | -2/+34 |