jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:

Esteemed monks,

For some time now I have been happily using Net::POP3 for a whole variety of things, but today I have come up against a brick wall. A client using some of my code wants to get email from his gmail account.

For this he needs to use POP3 with SSL and port 995.

Being an inherently lazy programmer I wondered if their was anything by way of example code for this, or a module that is appropriate.

John jdtoronto

  • Comment on POP access with SSL and non standard ports.

Replies are listed 'Best First'.
Re: POP access with SSL and non standard ports.
by brian_d_foy (Abbot) on Dec 29, 2005 at 07:00 UTC
Re: POP access with SSL and non standard ports.
by dakkar (Hermit) on Dec 29, 2005 at 12:13 UTC
Re: POP access with SSL and non standard ports.
by esskar (Deacon) on Dec 29, 2005 at 14:35 UTC