Skip Menu |

This queue is for tickets about the Net-IMAP-Client CPAN distribution.

Report information
The Basics
Id: 130798
Status: new
Priority: 0/
Queue: Net-IMAP-Client

People
Owner: Nobody in particular
Requestors: jaroslav.zeman13 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ssl error
Date: Wed, 23 Oct 2019 15:38:48 +0200
To: bug-Net-IMAP-Client [...] rt.cpan.org
From: Jaroslav Zeman <jaroslav.zeman13 [...] gmail.com>
version 0.9505 use this code: my $imap = Net::IMAP::Client->new(     server => 'x.x.x.x',     user   => 'x',     pass   => 'x',     ssl    => 0,                              # (use SSL? default no)     port   => 143                         # (but defaults are sane) ) or die "no connect to IMAP server"; Generate error: Use of uninitialized value $IO::Socket::SSL::SSL_ERROR in concatenation (.) or string at /usr/local/share/perl/5.26.1/Net/IMAP/Client.pm line 650. Jaroslav Zeman