Skip Menu |

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

Report information
The Basics
Id: 31196
Status: resolved
Priority: 0/
Queue: Mail-Box

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

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



Subject: Mail::Transport::IMAP4::getFlags passes undef to flagsToLabels
As reported in RT#31195, Mail::IMAPClient::flags() returns explicit undef even when called in list context. Thus, with no flags, getFlags() calls $self->flagsToLabels( SET => undef ). getFlags() should explicitly guard against that return value from flags().
The problem gets resolved in Mail::IMAPClient.