File: README

package info (click to toggle)
libnet-imap-simple-ssl-perl 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 72 kB
  • ctags: 3
  • sloc: perl: 9; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.