Net::IMAP::Simple::SSL.3pm

Langue: en

Autres versions - même langue

Version: 2004-06-29 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::IMAP::Simple::SSL - SSL support for Net::IMAP::Simple

SYNOPSIS

   use Net::IMAP::Simple::SSL;
   my $imap = Net::IMAP::Simple::SSL->new($server);
   
   $imap->login($user => $pass);
   
   my $total_messages = $imap->select("perl-advocacy");
 
 

DESCRIPTION

This module is a subclass of Net::IMAP::SImple that includes SSL support. The interface is identical.

SEE ALSO

Net::IMAP::Simple, IO::Socket::SSL, perl.

AUTHOR

Casey West, <casey@geeknest.com>.
   Copyright (c) 2004 Casey West.  All rights reserved.
   This module is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.