profile picture

Michael Stapelberg

fetchmail unterstützt zwar pr… (2011)

published 2011-03-31, last modified 2018-03-23
Edit Icon

fetchmail unterstützt zwar prinzipiell die IDLE-Funktion von IMAP um bei neuen Nachrichten sofort benachrichtigt zu werden (im Vergleich zu periodischem Nachfragen), aber nicht wenn man mehrere Accounts konfiguriert hat.

Abhilfe schafft ein kleines Script und n einzelne fetchmail-Prozesse:

#!/bin/sh

for config in $(ls /home/michael/.fetchmail)
do      
	fetchmail -f /home/michael/.fetchmail/$config --pidfile /tmp/fetchmail.$config.pid --idle
done

Anschließend darf man sich über nahezu sofortige E-Mail-Zustellung freuen ;-).

I run a blog since 2005, spreading knowledge and experience for almost 20 years! :)

If you want to support my work, you can buy me a coffee.

Thank you for your support! ❤️