-
-
30 Jun 2004 14:24:36 UTC
- Distribution: Net-IMAP-Simple-SSL
- Module version: 1.3
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (1398 / 0 / 0)
- Kwalitee
Bus factor: 0- 80.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.69KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- IO::Socket::SSL
- Net::IMAP::Simple
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
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.
Module Install Instructions
To install Net::IMAP::Simple::SSL, copy and paste the appropriate command in to your terminal.
cpanm Net::IMAP::Simple::SSL
perl -MCPAN -e shell install Net::IMAP::Simple::SSL
For more information on module installation, please visit the detailed CPAN module installation guide.