Re: Maill::Pop3Client

2006-03-17 Thread Splinter
Great!   I’ve installed all three modules – 1)   Net::SSLeay 2)   IO::Socket::SSL 3)   Mail::POP3Client   and everything connects ok. BUT, $pop->Count() everytime returns 0, even when there are new mails in my mailbox. Where is the shit? __

RE: Maill::Pop3Client

2006-03-16 Thread Splinter
I get following message when compiling this script: Can't locate object method "new" via package "IO::Socket::SSL" (perhaps you forgot to load "IO::Socket::SSL"?) at C:\WINDOWS\Temp\dir6FC.tmp\Notifier.pl line 8. I don't have IO::Socket::SSL module installed. This module requires Net::SSLeay modul

Maill::Pop3Client

2006-03-15 Thread Splinter
Hello to all. Here is my question: How can I use Maill::Pop3Client module to connect to my gmail mailbox and check mails under Windows? Which modules must be installed for this? OpenSSL (Gmail requires SSL to connect)? Please, anyone, how worked with Maill::Pop3Client with SSL (or witho