Barry de Graaff
|
1b2c48d8a9
|
adding required argument message_from_binary_file (#43)
* adding required argument message_from_binary_file
message_from_binary_file now has a required argument `policy`
https://docs.python.org/3/library/email.parser.html#email.message_from_binary_file
In a future version a default will be added, but as of now, calling message_from_binary_file without policy will throw an error and not work
https://docs.python.org/3/library/email.parser.html#email.parser.BytesFeedParser
Also added some code to show how to iterate through attachments and how to get attachment filename, type, extension, attachment data and attachment object
* Update template.py
|
2021-11-01 18:46:59 -04:00 |
|