- Checking IMAP quota via crontab
In need of monitoring the quota for a couple of IMAP accounts I found a nice Python script called imapQuotaChecker.py, which I modified to make it read the configuration and several account names and passwords from a config file and to make it check these different accounts. Config file: Script: Call the script from crontab. [...]


