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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to