Re: Internet Data Handling » mailbox

Adam Jensen hanzer at riseup.net
Sat Oct 22 19:36:18 EDT 2016


On 10/21/2016 11:45 PM, Ben Finney wrote:
> So each instance you're getting has (a superset of) the API of
> ``email.message.Message``, which is a lot of behaviour
> <URL:https://docs.python.org/2.7/library/email.message.html#email.message.Message>
> including being able to interrogate the message header for its fields,
> by name, using the get-an-item ‘foo[bar]’ syntax.

Thanks, the list of functions on that page made it much clearer.



More information about the Python-list mailing list