Date: | Thu, 3 Oct 2002 14:44:59 +0100 (BST) |
From: | Richard Hellier <rlh [...] lonws54.lsil.com> |
To: | bug-Mail-IMAPClient [...] rt.cpan.org |
Subject: | Possible bug in Mail::IMAPClient (vsn 2.2.4) |
David,
First of all thanks for putting together this
module -- it has made a number of tedious tasks pretty
straightforward.
OK, I believe there is a bug in the way "Message-Id:"
headers are handled (and possibly others but I'm interested
in M/I). The behaviour I get is that on messages whose header
is spelt:
Message-Id:
then calling:
my $env = $imap->get_envelope($msg);
my $msg_id = $env->messageid();
gives what I expect. However, on messages whose M/I header
is spelt:
Message-ID:
I end up with NIL as the value of $msg_id. This spelling
is emitted by Outlook Express and is valid, I think, judging
by the wording in section 3.4.7 of RFC 822.
My environment is:
Sun Sparc + Solaris 8
Perl version 5.6.0
Mail::IMAPClient version 2.2.4
I hope I've given you enough info to see what is happening.
Thanks again,
Richard.