1Net::IMAP::Simple::SSL(U3s)er Contributed Perl DocumentatNieotn::IMAP::Simple::SSL(3)
2
3
4
6 Net::IMAP::Simple::SSL - SSL support for Net::IMAP::Simple
7
9 use Net::IMAP::Simple::SSL;
10 my $imap = Net::IMAP::Simple::SSL->new($server);
11
12 $imap->login($user => $pass);
13
14 my $total_messages = $imap->select("perl-advocacy");
15
17 This module is a subclass of Net::IMAP::SImple that includes SSL
18 support. The interface is identical.
19
21 Net::IMAP::Simple, IO::Socket::SSL, perl.
22
24 Casey West, <casey@geeknest.com>.
25
27 Copyright (c) 2004 Casey West. All rights reserved.
28 This module is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31
32
33perl v5.34.0 2021-07-22 Net::IMAP::Simple::SSL(3)