Package: libmail-imapclient-perl
Version: 3.40-1
Severity: wishlist
File: /usr/share/man/man3/Mail::IMAPClient.3pm.gz
We read:
search
Example:
my $msgs1 = $imap->search(@args);
if ($msgs) {
$msgs? Shouldn't that be $msgs1?
print "search matches: @$msgs1";
}
else {
warn "Error in search: $@\n" if $@;
}