Dear All,
I'm trying to use the Perl Mail::Box modules to access my mailboxes.
Does somebody has an experience with these modules ?
It seems that the perl module receives unexpected strings from the server.
When I try to open a connection,
---------------
my $imap = Mail::Box::IMAP4->new(username => 'zorro',
password => 'garcia', server_name => 'imap.domain.tld');
---------------
I receive the following error message :
---------------
Can't use string ("LOGIN") as an ARRAY ref while "strict refs" in use
at /usr/lib/perl5/vendor_perl/5.8.6/Mail/Transport/IMAP4.pm line 97.
---------------
TIA for any information.