http://www.perlmonks.org?node_id=1021166


in reply to receiving email using NET::POP3.

What have you done to check whether the problem is with Google? If your code did work and you changed nothing at all, the problem must be with the other side.

Personally, I would look at using the IMAP interface to Google, possibly using Net::IMAP::Client or one of the other IMAP client libraries.

Replies are listed 'Best First'.
Re^2: receiving email using NET::POP3.
by tenny1204 (Novice) on Mar 01, 2013 at 15:33 UTC

    I will look into that module, thank you. But can you confirm that there really is nothing wrong with the code, because I dont have an emailadress with my internet provider to check if the problem is with Google. All i have are webmailadresses, all unreachable for my own programs last time I checked. thanks.