Net-APP
view release on metacpan or search on metacpan
This module currently implements APP v3.3, as documented in the Account
Provisioning Protocol Developers Guide v3.3.
=head1 BUGS
The Account Provisioning Protocol Developer's Guide is not publicly available.
It appears that Safe Passage Secure Tunnel and Stunnel establish standard SSL
connections. It should be possible to use Net::SSLeay and connect to the APP
server directly. Initial prototyping with IO::Socket::SSL was not promising. :(
The get_num_domain_mailboxes, get_mailbox_availability and get_mailbox_status
methods currently return response information. No attempt is (yet) made to
parse this data.
=head1 SEE ALSO
Critical Path <http://www.cp.net/>,
APP documentation <http://support.cp.net/products/email_messaging/documentation/index.jsp>,
Safe Passage Secure Tunnel <http://www.int.c2.net/external/?link=spst/index.php3>,
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Net::APP',
'VERSION_FROM' => 'APP.pm', # finds $VERSION
'PREREQ_PM' => { 'Net::Cmd' => 0,
# 'IO::Socket::SSL' => 0,
# 'Text::CSV_XS' => 0,
},
'dist' => {},
);
( run in 0.907 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )