| Commit message (Expand) | Author | Age | Files | Lines |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 23 | -45/+45 |
* | imap: use builtin idle support | Robin Jarry | 2021-11-02 | 2 | -7/+2 |
* | 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 | 2 | -7/+3 |
* | lib/parse: simplify parseAddressList | Reto Brunner | 2021-02-22 | 1 | -13/+5 |
* | maildir: don't read the full file into memory | Reto Brunner | 2021-02-08 | 1 | -8/+2 |
* | notmuch: don't read the full file into memory | Reto Brunner | 2021-02-08 | 1 | -9/+3 |
* | notmuch: trim excluded tags | Kalyan Sriram | 2020-12-02 | 1 | -0/+3 |
* | notmuch: remove gc close hooks | Reto Brunner | 2020-12-02 | 1 | -0/+1 |
* | imap: strip <> from message-ids | Reto Brunner | 2020-11-14 | 1 | -1/+9 |
* | lib/parse: use go-message msgid parsing if it succeeds | Reto Brunner | 2020-11-14 | 1 | -2/+6 |
* | remove models.Address in favor of go-message Address | Reto Brunner | 2020-11-14 | 3 | -13/+15 |
* | imap: add sort support | Reto Brunner | 2020-10-11 | 2 | -3/+50 |
* | notmuch: rename method to SetFlag | Reto Brunner | 2020-09-27 | 2 | -5/+5 |
* | notmuch: close tag object | Reto Brunner | 2020-09-24 | 1 | -0/+1 |
* | handle message unknown charset error | Jeff Martin | 2020-08-31 | 3 | -2/+99 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 3 | -14/+3 |
* | Add support for :rmdir | ARaspiK | 2020-08-19 | 5 | -0/+41 |
* | improve date parsing for notmuch/maildir | Reto Brunner | 2020-08-10 | 1 | -24/+49 |
* | notmuch: manually close notmuch objects | Reto Brunner | 2020-08-07 | 1 | -0/+3 |
* | 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 | 2 | -7/+11 |
* | Add flag based search options | Tobias Wölfel | 2020-07-25 | 2 | -2/+42 |
* | Only send directory info once from maildir | Andrew Jeffery | 2020-07-19 | 1 | -4/+5 |
* | run go fmt | Reto Brunner | 2020-07-17 | 1 | -2/+2 |
* | Make it easier to debug date parsing errors | Lyudmil Angelov | 2020-07-11 | 1 | -1/+1 |
* | Add additional flagging functionality | ARaspiK | 2020-07-08 | 7 | -91/+76 |
* | notmuch: fix docstring | Reto Brunner | 2020-07-08 | 1 | -1/+1 |
* | notmuch: handle the answered flag | Reto Brunner | 2020-07-05 | 1 | -0/+2 |
* | notmuch: undefined variable when setting reply flag | Srivathsan Murali | 2020-05-26 | 1 | -1/+1 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 7 | -0/+155 |
* | imap: Remove FetchMessageBodyPart.{Encoding,Charset} | Reto Brunner | 2020-05-16 | 2 | -110/+109 |
* | maildir: remove read handling from FetchMessageBodyPart | Reto Brunner | 2020-05-11 | 1 | -21/+0 |
* | notmuch: remove read handling from FetchMessageBodyPart | Reto Brunner | 2020-05-11 | 1 | -13/+0 |
* | Guess date from received if not present | elumbella | 2020-05-06 | 1 | -1/+41 |
* | Allow maildir subdirectories | Grégoire Delattre | 2020-05-05 | 1 | -11/+27 |
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 1 | -0/+1 |
* | imap/fetch.go: report error when fetching headers fails | Ben Fiedler | 2020-04-24 | 1 | -3/+4 |
* | Count recent messages in maildir exists total too | Jeffas | 2020-03-09 | 1 | -1/+1 |
* | Ignore missing message part in getDecodedPart | Amir Yalon | 2020-03-09 | 1 | -1/+1 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -3/+3 |
* | worker/imap: rely on go-imap for charset handling | Simon Ser | 2020-03-03 | 1 | -31/+13 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 7 | -18/+56 |
* | notmuch: emit dirinfo upon label change | Reto Brunner | 2020-03-01 | 1 | -0/+3 |
* | remove the dirInfoUpdateRequest functionality | Reto Brunner | 2020-02-29 | 2 | -9/+0 |
* | notmuch: align dirInfo logic to the maildir worker | Reto Brunner | 2020-02-29 | 1 | -10/+13 |
* | Cleanup sorting logic | Jeffas | 2020-02-28 | 1 | -155/+55 |
* | Update DirectoryInfo handling for maildir | Jeffas | 2020-02-28 | 1 | -6/+50 |
* | Make search more lenient | Jeffas | 2020-02-26 | 1 | -1/+2 |
* | Add missing notmuch build tags | Jeffas | 2020-02-26 | 2 | -0/+4 |