A feed-style parser of email.
|
__init__(self,
_factory=<class email.message.Message at 0x4157a05c>)
_factory is called with no arguments to create a new message obj
|
|
_set_headersonly(self)
|
|
feed(self,
data)
Push more data into the parser.
|
|
_call_parse(self)
|
|
close(self)
Parse all remaining data and return the root message object.
|
|
_new_message(self)
|
|
_pop_message(self)
|
|
_parsegen(self)
|
|
_parse_headers(self,
lines)
|