email.parser: Parsing email messages
email.parser: Parsing email messages
Source code: Lib/email/parser.py
Message object structures can be created in one of two ways: they can be created from whole cloth by instantiating Message
objects and stringing them together via attach()
and set_payload()
c