Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: stubrandtns2 [...] netscape.net
Cc:
AdminCc:

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



Subject: Double Massage of folder in migrate ?
Mail-IMAPClient-2.2.9 This is perl, v5.8.0 built for PA-RISC2.0 HP-UX B.10.20 A The following line from Mail::IMAPClient::migrate quotes $folder via the Massage method... my $new_mid = $peer->append_string($peer->Massage($folder), $self->message_string($mid) ,$flags, $intDate) ; ..but then append_string method Massages it again.... my $self = shift; my $folder = $self->Massage(shift); ...resulting in doublequoting... Autoloading: STATUS "\"INBOX/Sent/2003\"" (MESSAGES) Sending: 14 STATUS "\"INBOX/Sent/2003\"" (MESSAGES) 14 NO STATUS failed: Unrecognized mailbox: "INBOX/Sent/2003" Bug?
new maintainer. Massage is called twice. Fixed in 2.99_02