This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 25 18:13:20 -0700 2009 | |
| |
.perlcriticrc | Sun Jun 07 13:50:52 -0700 2009 | |
| |
.todo | Sat Jun 20 14:53:42 -0700 2009 | |
| |
Changes | Tue Oct 27 07:55:27 -0700 2009 | |
| |
MANIFEST | Tue Oct 27 07:57:52 -0700 2009 | |
| |
MANIFEST.SKIP | Fri Jul 17 11:32:05 -0700 2009 | |
| |
Makefile.PL | Mon Jul 20 10:23:34 -0700 2009 | |
| |
README | Wed Jun 10 16:10:37 -0700 2009 | |
| |
Simple.pm | Tue Oct 27 07:55:27 -0700 2009 | |
| |
Simple.pod | Tue Oct 27 06:20:14 -0700 2009 | |
| |
TODO | Thu Sep 24 04:14:40 -0700 2009 | |
| |
certs/ | Sat Jun 06 04:39:42 -0700 2009 | |
| |
contrib/ | Sun Jul 26 04:51:35 -0700 2009 | |
| |
inc/ | Fri Jul 17 14:22:31 -0700 2009 | |
| |
slurp_net_imap_server.sh | Fri Jul 17 11:32:05 -0700 2009 | |
| |
start_server.sh | Sat Jun 13 09:37:47 -0700 2009 | |
| |
stop_server.sh | Sun Jul 26 04:51:35 -0700 2009 | |
| |
t/ | Tue Oct 27 07:54:22 -0700 2009 |
README
NAME
Net::IMAP::Simple - Perl extension for simple IMAP account handling.
SYNOPSIS
use strict;
use warings;
use Net::IMAP::Simple;
my $server = Net::IMAP::Simple->new( 'someserver' );
$server->login( 'someuser', 'somepassword' );
for ( 1 .. $server->select( 'somefolder' ) ) {
print $email->header('Subject'), "\n";
}
$server->quit();
COPYRIGHT
All rights reserved. This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
BUGS
https://rt.cpan.org/Dist/Display.html?Queue=Net-IMAP-Simple







