Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worker/maildir: implement Maildir++ support | Adnan Maolood | 2022-07-10 | 1 | -0/+7 |
| | | | | | | | See https://www.courier-mta.org/maildir.html#maildircontents Signed-off-by: Adnan Maolood <me@adnano.co> Acked-by: Koni Marti <koni.marti@gmail.com> | ||||
* | feat: add background mail polling option for all workers | Tim Culverhouse | 2022-05-31 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for new mail (recent, unseen, exists counts) with an external command, or for imap with the STATUS command, at start or on reconnection and every X time duration IMAP: The selected folder is skipped, per specification. Additional config options are included for including/excluding folders explicitly. Maildir/Notmuch: An external command will be run in the background to check for new mail. An optional timeout can be used with maildir/notmuch. Default is 10s New account options: check-mail check-mail-cmd (maildir/notmuch only) check-mail-timeout (maildir/notmuch only), default 10s check-mail-include (IMAP only) check-mail-exclude (IMAP only) If unset, or set less than or equal to 0, check-mail will be ignored Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | doc: correct typo in man-pages | Ariel Costas | 2022-01-26 | 1 | -1/+1 |
| | | | | | | | Fix a typo in the man page where it reads "maintained by by Robin" instead of "maintained by Robin" Signed-off-by: Ariel Costas <ariel@costas.dev> | ||||
* | doc: update authors | Robin Jarry | 2021-11-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -1/+1 |
| | | | | | | | I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | Add notmuch docs | Reto Brunner | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Add maildir docs | Ben Burwell | 2019-07-12 | 1 | -0/+40 |