mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-05 20:27:20 +02:00
7 lines
138 B
Perl
7 lines
138 B
Perl
#!/usr/bin/perl
|
|
|
|
use Mail::IMAPClient;
|
|
|
|
print "$Mail::IMAPClient::VERSION\n";
|
|
my $imap = Mail::IMAPClient->new();
|
|
$imap->IsUnconnected();
|