fdm icon indicating copy to clipboard operation
fdm copied to clipboard

Daemon mode

Open gmp216 opened this issue 8 years ago • 2 comments

Implement daemon mode (-d) with "fetch-frequency" configuration option (default 5 minutes). Fork into the background with daemon() and log to syslog, looping through accounts fetching all folders. On errors, try to restart.

To do: --complete signal handling --replace sleep() calls with I/O polling

gmp216 avatar Oct 27 '16 17:10 gmp216

I would love something like this. If it prompts for passwords at startup, it would make saving passwords in the config file unnecessary.

stspdotname avatar Jan 20 '17 14:01 stspdotname