Skip Menu |

This queue is for tickets about the Mail-IMAPClient CPAN distribution.

Report information
The Basics
Id: 7951
Status: resolved
Priority: 0/
Queue: Mail-IMAPClient

People
Owner: Nobody in particular
Requestors: habett [...] habett.org
Cc:
AdminCc:

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



Date: Mon, 11 Oct 2004 11:35:33 +0200
From: stephane HAbeTT roux <habett [...] habett.org>
To: bug-Mail-IMAPClient [...] rt.cpan.org
Subject: IMAPClient under windows problems
Hello, I am trying to use your really fine looking Mail::IMAPClient perl module on a Windows XP box with ActivePerl (5.8.4.810) and when I call the new constructor, use Mail::IMAPClient; $imap = Mail::IMAPClient->new( Server=>'192.168.0.21', User=>'francesco', Password=>'toti') or die "Failed to connect $@"; Here's what I get with the warnings. Mail::IMAPClient not using Fast_IO; not available on this platform at F:\Tests\imap.pl line 6 Use of uninitialized value in ref-to-glob cast at C:/Perl/site/lib/Mail/IMAPClient.pm line 1431. Error sending '1 Login "francesco" {10} toti ' to IMAP: Bad file descriptor at F:\Tests\imap.pl line 6 Failed to connect Error sending '1 Login "francesco" {10} toti ' to IMAP: Bad file descriptor at F:\Tests\imap.pl line 6. As a result I can't connect even though I'm sure about server, login and password. Where do these warnings come from ? Are they specific to my platform ? Am I using a wrong version of Mail::IMAPClient ? I've got 2.2.9 What am I doing wrong ? You do you debug the constructor ? Thanks. I am really looking forward to your answers :) -- |":._.:"| http://habett.com/ | (=) | http://habett.org/ .\./|\./. My employer has my views
new maintainer. Did you get it to work? Probably, the server does not want the user name and password on different lines (although the protocol permits it). So "LOGIN $user $password\r\n" All the other messages are warnings.