In debugging and diagnosing issues with an archiver I wrote for a client
of mine, I need to see the message as it's seen by Mailman, in its own
Message class. However, I only have the *base* email message in .eml
format. While I know it's derived from the standard
email.message.Message class, is there a function that I can do that will
'load' that existing email message into a mailman.emaiil.Message object
so I can do some work on it and properly look at the object I'm working
with in the archiver?
Thomas