Front page | perl.beginners |
Postings from March 2002
SSL and IMAP
From:
Pete Emerson
Date:
March 28, 2002 13:15
Subject:
SSL and IMAP
Message ID:
1017350114.4143.13.camel@emerson.wss.yale.edu
I'm using Mail::IMAPClient to write a mail filter via IMAP.
I'd like to connect to the server using SSL.
The instructions in the man page don't help me:
$imap=Mail::IMAPClient->new(User => $user, Password => $pass, Server =>
$host);
# blah blah blah (doc's blah blah blah, not mine!)
$imap->Socket($ssl);
Can someone give me a pointer in the right direction? I assume I need to
also use an SSL module (IO-Socket-SSL?), but some pointers to fill in
that # blah blah blah would be terrific.
Also, if there's a better module than Mail::IMAPClient to do IMAP and
SSL, that would be great, too.
Pete
--
Those responsible for the signature have been sacked.
-
SSL and IMAP
by Pete Emerson