| Commit message (Expand) | Author | Age | Files | Lines |
* | maildir: watch for message renames | Robin Jarry | 2021-12-06 | 1 | -2/+5 |
* | maildir: watch for external changes | Robin Jarry | 2021-12-06 | 1 | -4/+12 |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 4 | -9/+9 |
* | maildir: track the recent flag correctly | Reto Brunner | 2021-11-01 | 2 | -31/+55 |
* | notmuch/maildir: remove double emit of the dirinfo | Reto Brunner | 2021-04-28 | 1 | -2/+0 |
* | maildir: don't read the full file into memory | Reto Brunner | 2021-02-08 | 1 | -8/+2 |
* | Add support for :rmdir | ARaspiK | 2020-08-19 | 1 | -0/+12 |
* | maildir: Provide nicer error message on invalid url | Tero Koskinen | 2020-07-27 | 2 | -4/+34 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 1 | -1/+7 |
* | Add flag based search options | Tobias Wölfel | 2020-07-25 | 1 | -1/+18 |
* | Only send directory info once from maildir | Andrew Jeffery | 2020-07-19 | 1 | -4/+5 |
* | Add additional flagging functionality | ARaspiK | 2020-07-08 | 2 | -30/+17 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 2 | -0/+55 |
* | maildir: remove read handling from FetchMessageBodyPart | Reto Brunner | 2020-05-11 | 1 | -21/+0 |
* | Allow maildir subdirectories | Grégoire Delattre | 2020-05-05 | 1 | -11/+27 |
* | Count recent messages in maildir exists total too | Jeffas | 2020-03-09 | 1 | -1/+1 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 2 | -9/+29 |
* | Update DirectoryInfo handling for maildir | Jeffas | 2020-02-28 | 1 | -6/+50 |
* | Make search more lenient | Jeffas | 2020-02-26 | 1 | -1/+2 |
* | Ensure new directory exists before unwatching old | Galen Abell | 2020-02-25 | 1 | -5/+6 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 1 | -0/+4 |
* | Change search flags | Jeffas | 2019-09-20 | 1 | -2/+6 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -7/+46 |
* | 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 |
* | maildir: Preserve flags when copying messages | Ben Burwell | 2019-08-08 | 1 | -20/+2 |
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 1 | -220/+16 |
* | 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 | 1 | -1/+6 |
* | maildir: Watch for new messages | Ben Burwell | 2019-07-17 | 1 | -13/+68 |
* | 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 | 3 | -0/+780 |