From 924a225b5684a0172546f9ae204d13a376900e5d Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Nov 2001 21:58:40 +0000 Subject: - updated for APP version 3.3 - documentation on using stunnel instead of Safe Passage - useful get_domain_mailboxes and get_mailbox_forward_only methods that return perl data structures instead of unparsed lines --- test.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index aaa3715..fc1dfe5 100644 --- a/test.pl +++ b/test.pl @@ -33,7 +33,10 @@ sub input { print <, and an account on +the APP server. + +(i.e. stunnel -P none -c -d 8888 -r appsandbox.criticalpath.net:8889) END @@ -47,7 +50,7 @@ my $password = input "Enter your APP password: "; print "\n\n"; system("stty echo"); test 2, my $app = new Net::APP ( "$hostname:$port", - Debug => 1, + Debug => 0, ); test 3, $app->login( User => $user, Domain => $domain, @@ -59,7 +62,7 @@ test 6, $app->code == 0; $app->close(); undef $app; test 6, $app = new Net::APP ( "$hostname:$port", - Debug => 1, + Debug => 0, User => $user, Domain => $domain, Password => $password, -- cgit v1.2.1