Skip Menu |

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

Report information
The Basics
Id: 47157
Status: resolved
Priority: 0/
Queue: Net-IMAP-Server

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

Bug Information
Severity: Important
Broken in:
  • 1.17
  • 1.18
Fixed in: (no value)



Subject: sub status() {} is logically backwards
Net::IMAP::Server::Mailbox::unseen() is logically backwards of this: sub unseen { my $self = shift; return scalar grep { not $_->has_flag('\Seen') } @{ $self->messages }; } -- If riding in an airplane is flying, then riding in a boat is swimming. 109 jumps, 44.4 minutes of freefall, 85.0 freefall miles.
Right you are. Fixed in 1.20. - Alex