Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28136 > unrolled thread

mailbox.mbox Status/X-Status flags RFC?

Started byTim Chase <python.list@tim.thechases.com>
First post2012-08-30 12:49 -0500
Last post2012-08-30 12:49 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  mailbox.mbox Status/X-Status flags RFC? Tim Chase <python.list@tim.thechases.com> - 2012-08-30 12:49 -0500

#28136 — mailbox.mbox Status/X-Status flags RFC?

FromTim Chase <python.list@tim.thechases.com>
Date2012-08-30 12:49 -0500
Subjectmailbox.mbox Status/X-Status flags RFC?
Message-ID<mailman.3978.1346348911.4697.python-list@python.org>
Playing around with mailbox.mbox, I noticed the flag get split
across Status/X-Status headers.  I dug into the source and read at
[1] to see the *how* but I'm curious as to the *why*.

When I pulled up RFC-4155[2] (mbox), it didn't seem to mention
anything about the Status/X-Status stuff, and the MaildirMessage
stores flags differently (and with different meanings).

Anybody have some insight (or an RFC document) that would help this
make sense to me?

Thanks,

-tkc


[1]
http://docs.python.org/library/mailbox.html#mboxmessage

[2]
http://tools.ietf.org/html/rfc4155



[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web