Function
email.message_from_file

Signature

message_from_file(fp, *args, **kws)

Documentation String

Read a file and parse its contents into a Message object model.

Optional _class and strict are passed to the Parser constructor.