dotfiles/mail/.config/imapfilter
Marty Oehme 2b289a953b
mail: Add IDLE mode watching
Added option to imapfilter to continuously run in the background and
watch for new incoming mail through the Imap IDLE mode.

By default it will run as one-shot and just sort mail according to
currently active filters. But if enabling the `CONTINUOUS` mode in
config file, it will instead keep running and continuously check for
arriving mail to filter.

This could, in the future, be useful to run on a separate server which
watches remote imap folders and pulls them down to its own storage.

For local usage, a systemd service and timer unit are probably more
suitable than the daemonization of imapfilter.
2020-09-23 17:55:07 +02:00
..
filters mail: Read mails to roll up from external file 2020-09-23 17:55:07 +02:00
accounts.lua mail: Add basic filtering system 2020-09-23 17:55:06 +02:00
config.lua mail: Add IDLE mode watching 2020-09-23 17:55:07 +02:00