Subject: | fetch_hash uses escape after 3.25 |
[Reported by Mathias Reitinger]
Mail::IMAPClient 3.26/7 now calls $self->Escaped_results (via ->fetch()) -
this causes problems when fetching headers using fetch_hash().
Do the following and dump $hash with Data::Dumper::Dumper to show the
effect of this change:
my $hash = $imap->fetch_hash(
"ALL", "FLAGS", "BODY.PEEK[HEADER.FIELDS (TO FROM SUBJECT DATE)]"
);