Skip to content

dravster/net--imap--simple

This branch is 123 commits behind jettero/net--imap--simple:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Paul Miller
Oct 7, 2013
00d9244 · Oct 7, 2013
Apr 7, 2013
Oct 20, 2012
Feb 7, 2011
Oct 7, 2013
Aug 2, 2011
Jul 6, 2010
Oct 7, 2013
Oct 7, 2013
Aug 2, 2011
Oct 20, 2012
Jun 10, 2009
Oct 7, 2013
Oct 2, 2013
Sep 24, 2009

Repository files navigation

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

About

A simple module for interacting with IMAP accounts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%