mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 20:55:29 +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();
|