Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Tried to send to the bugs address, didn't work. Show quoted text
-----Forwarded Message-----
> From: bugs@rt.cpan.org > To: nneul@umr.edu > Subject: Ticket creation failed > Date: Thu, 09 Oct 2003 17:01:18 -0400 > > No permission to create tickets in the queue ''. > > ______________________________________________________________________ > It appears that the change to have login send the password as a literal > breaks compatability with using IO::Socket::SSL. It actually looks like > it is doing something weird here: > > infinity(88)>./filter-imap-mail.pl > Sending literal string in two parts: 1 Login "nneul" {6} > > then: ZZZZZZ > > Sending: 1 Login "XXXXXX" {6} > > Sent 21 bytes > Read: * OK Microsoft Exchange 2000 IMAP4rev1 server version 6.0.6487.0 > (umr-msxproto1.umr.edu) ready. > > sending '1 Login "nneul" {6}ZZZZZZ > ' to IMAP: > at ./filter-imap-mail.pl line 30 > Sending: 2 LIST "" * > > > It looks like it _resends_ part of the line the second time... I think > this is because it's not expecting the server type banner, it's > expecting a "+ Ready for additional...." line. > > I was able to work around this by calling $imap->capability(); prior to > $imap->login(), but it would be good to see if there is a easy fix for > it. > > Also, your docs about how most versions don't print the password, this > is not correct. It prints out the password when it says "Sending literal > string in two parts." > > -- Nathan > > ------------------------------------------------------------ > Nathan Neulinger EMail: nneul@umr.edu > University of Missouri - Rolla Phone: (573) 341-6679 > UMR Information Technology Fax: (573) 341-4216
--