forked from jettero/net--imap--simple
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple module for interacting with IMAP accounts
dravster/net--imap--simple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Perl 100.0%