This commit is contained in:
Nick Bebout 2011-03-12 02:45:02 +00:00
parent 804a713af1
commit 3f8607bd96
32 changed files with 6408 additions and 1456 deletions

View file

@ -13,7 +13,7 @@ my $imap = Mail::IMAPClient->new();
$imap->Debug(1);
$imap->Server($host);
$imap->connect() or die;
$imap->isUnconnected();
$imap->IsUnconnected();
$imap->User($user);
$imap->Password($password);
$imap->login() or die;