Mail::IMAPClient folders($prefix)

Hi

can anybody tell me why

[at] folders = $m->folders($folderPrefix);
for $folder ($m->folders())
{
if ($folder =~ /^$folderPrefix/)
{
push [at] folders, $folder;
}
}


the first folders call fails... with

Use of uninitialized value in concatenation (.) or string at /lib/
perl5/site_perl/5.8.8/Mail/IMAPClient.pm line 2145.
at /lib/perl5/site_perl/5.8.8/Mail/IMAPClient.pm line 2145

I suspect it might be because the separator method doesn't work
correctly with Maildir folders?
robert.nicholson [ So, 25 März 2007 04:18 ] [ ID #1668422 ]
Perl » comp.lang.perl.modules » Mail::IMAPClient folders($prefix)

Vorheriges Thema: Proposal Database::Initialize::Postgresql (naming okay?)
Nächstes Thema: New site lets you receive RSS feeds for specific modules