mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-25 03:28:16 +02:00
1.366
This commit is contained in:
parent
804a713af1
commit
3f8607bd96
32 changed files with 6408 additions and 1456 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue