Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28136 > unrolled thread
| Started by | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| First post | 2012-08-30 12:49 -0500 |
| Last post | 2012-08-30 12:49 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
mailbox.mbox Status/X-Status flags RFC? Tim Chase <python.list@tim.thechases.com> - 2012-08-30 12:49 -0500
| From | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| Date | 2012-08-30 12:49 -0500 |
| Subject | mailbox.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
Back to top | Article view | comp.lang.python
csiph-web