IO-Socket-CLI

"IO::Socket::CLI" provides a command-line interface to IO::Socket::INET6 and
IO::Socket::SSL. It's already extended with IO::Socket::CLI::IMAP,
IO::Socket::CLI::IMAPS, IO::Socket::CLI::SMTP, IO::Socket::CLI::SMTPS,
IO::Socket::CLI::POP3, and IO::Socket::CLI::POP3S. Default settings are for
IMAP on port 143.

Useful for logging directly into servers and testing to see if their actions
are compliant before trying to address bugs in an email client, or whatever
other client you're developing.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc IO::Socket::CLI

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-Socket-CLI

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/IO-Socket-CLI

    CPAN Ratings
        http://cpanratings.perl.org/d/IO-Socket-CLI


    Search CPAN
        http://search.cpan.org/dist/IO-Socket-CLI


LICENSE AND COPYRIGHT

Copyright (C) 2012 by Ashley Willis <ashleyw@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.4 or,
at your option, any later version of Perl 5 you may have available.

See http://dev.perl.org/licenses/ for more information.