logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Casey West, <casey@geeknest.com>.

Description

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

Name

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

See Also

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

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");

See Also