The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

monm_pop3 - POP3 checker for App::MonM

VERSION

Version 1.00

SYNOPSIS

    monm_pop3 [ --user=USERNAME ] [ --password=PASSWORD ]
              [ --port=PORTNUMBER ] [ -s ]  [-t SECS] HOST

OPTIONS

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-p PASSWORD, --password=PASSWORD

Password for connection

-P PORTNUMBER, --port=PORTNUMBER

Port number

Default: 110

-s, --ssl, --usessl

Use SSL (995 protocol)

-t SECT, --timeout=SECS

Timeout value, secs

Default: 60

-u USERNAME, --user=USERNAME

Username for connection

DESCRIPTION

POP3 checker for App::MonM

DEPENDENCES

Mail::POP3Client

AUTHOR

Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/