Re: Maill::Pop3Client - correction

2006-03-17 Thread Kevin J. Woolley
Chris wrote: > Maybe the solution is to have a server in each country to distribute > restricted modules to occupants only. There are a lot of companies (like > Motorola for example) that limit access to software downloads based on the > user's country of origin. I'm sure there are ways of obtaini

RE: Maill::Pop3Client - correction

2006-03-17 Thread Chris
Chris wrote: > Does anyone know if there's any legal issues with hosting encryption > modules in the US? I run a farm of uber fast servers that I could add > a PPM repository to for everyone. > > - Chris Hi Chris, I haven't looked at the US situation in a few years, but I believe it hasn't ch

Re: Maill::Pop3Client

2006-03-17 Thread Sisyphus
- Original Message - From: "Splinter" <[EMAIL PROTECTED]> To: ; "'Sisyphus'" <[EMAIL PROTECTED]> Sent: Saturday, March 18, 2006 8:19 AM Subject: Re: Maill::Pop3Client > Great! > > > > I've installed all three modules

Re: Maill::Pop3Client - correction

2006-03-17 Thread Kevin J. Woolley
Chris wrote: > Does anyone know if there's any legal issues with hosting encryption modules > in the US? I run a farm of uber fast servers that I could add a PPM > repository to for everyone. > > - Chris Hi Chris, I haven't looked at the US situation in a few years, but I believe it hasn't chang

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 - correction

2006-03-17 Thread Chris
rsday, March 16, 2006 6:38 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re: Maill::Pop3Client - correction I wrote: > ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSLeay.ppd it should be: ppm install http://theoryx5.uwinnipeg.ca/ppms/Net_SSLeay.ppd (You need to replace th

Re: Maill::Pop3Client - correction

2006-03-16 Thread Sisyphus
- Original Message - From: "Randy Kobes" > > It's even worse than that :) - the package is Net_SSLeay.pm > (based on the name of the CPAN distribution that the > module comes in). Heh I give up :-) Why such a dumb name, btw ? I mean, if the package is named Net::SSLeay, why not jus

Re: Maill::Pop3Client - correction

2006-03-16 Thread Randy Kobes
On Fri, 17 Mar 2006, Sisyphus wrote: I wrote: ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSLeay.ppd it should be: ppm install http://theoryx5.uwinnipeg.ca/ppms/Net_SSLeay.ppd (You need to replace the hyphen with an underscore.) It's even worse than that :) - the package is Net_SSLea

Re: Maill::Pop3Client - correction

2006-03-16 Thread Sisyphus
I wrote: > ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSLeay.ppd it should be: ppm install http://theoryx5.uwinnipeg.ca/ppms/Net_SSLeay.ppd (You need to replace the hyphen with an underscore.) Cheers, Rob ___ Perl-Win32-Users mailing list Perl-W

Re: Maill::Pop3Client

2006-03-16 Thread Sisyphus
- Original Message - From: "Splinter" <[EMAIL PROTECTED]> To: "'Sisyphus'" <[EMAIL PROTECTED]>; Sent: Friday, March 17, 2006 10:06 AM Subject: RE: Maill::Pop3Client > I get following message when compiling this script: > Can't lo

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

Re: Maill::Pop3Client

2006-03-16 Thread Sisyphus
- Original Message - From: "Splinter" <[EMAIL PROTECTED]> To: Sent: Thursday, March 16, 2006 6:08 PM Subject: Maill::Pop3Client > 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