|
From: Nelson S. <nts...@gm...> - 2011-09-06 04:02:04
|
I'm trying to use fetchmail in downloading my hosted email to another 2 email account on my local machine. I want to copy the hosted emails to my 2 local account. Here is the content of my .fetchmailrc poll mail.foo.com protocol pop3 uidl: user "nelson" password "abc123" is "nelsonts2" here options keep; user "nelson" password "abc123" is "nelsonts" here options keep; Then I run the command fetchmail -v -U -k -S localhost/587. However, I notice that on the nelsonts account keeps on downloading the old emails. It seems that uidl only working on the nelsonts2 account. Would it be possible to apply also the uidl to the next account. Is this the real behavior of fetchmail? Thanks, Nelson |