mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 08:12:48 +01:00
8 lines
138 B
Perl
8 lines
138 B
Perl
#!/usr/bin/perl
|
|
|
|
use Mail::IMAPClient;
|
|
|
|
print "$Mail::IMAPClient::VERSION\n";
|
|
my $imap = Mail::IMAPClient->new();
|
|
$imap->IsUnconnected();
|