Subject: | Flags missing from msg_flags |
Date: | Tue, 23 Nov 2010 16:13:09 +0000 |
To: | bug-Net-IMAP-Simple [...] rt.cpan.org |
From: | HM 2K <nfhm2k [...] gmail.com> |
Available server flags: $MDNSent, Junk, NonJunk, \Draft, \Answered,
\Flagged, \Deleted, \Seen, \Recent
However, msg_flags never seems to return the Junk or NonJunk flags. Is this
possibly a parse issue?
I've had a look at the msg_flags subroutine but haven't tested the regex
yet.
On the description for the put subroutine I see it says "they must start
with a slash", yet I can't seem to locate where it says this in the RFC.