Notes:



This has to be run as root because it listens on
a privelegded port (<1024). fetchmail can be
instructed to use a high port.

Script might look like:

while [ 1]
do
ssh -L 110:pop:110 work.com sleep 7200
sleep 10
done

So how are you going to handle the password?