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 | |
|---|---|---|---|
| |
.todo | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
Simple.pm | ||
| |
Simple.pod | ||
| |
contrib/ | ||
| |
t/ |
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.








