in reply to Getting started with Net::IMAP::Simple
Works for me, maybe you're doing something wrong...
P.S.: it is generally a good idea to post the code that produces error messages along with error messages. Here's the line you can use to check how it works:
perl -MNet::IMAP::Simple -E'say Net::IMAP::Simple->new(q(imap.gmail.co +m:993), use_ssl => 1, debug => 1)->login(qw(user pass))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting started with Net::IMAP::Simple
by dihewidd (Novice) on Feb 06, 2012 at 17:10 UTC | |
by mbethke (Hermit) on Feb 06, 2012 at 21:01 UTC |