Home
last modified time | relevance | path

Searched refs:message_from_file (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest_parser.py27 msg = email.message_from_file(source_file,
91 def message_from_file(s, *args, **kw): function
93 return email.message_from_file(f, *args, **kw)
96 parsers = (email.message_from_string, message_from_file)
Dtorture_test.py38 msg = email.message_from_file(fp)
D__init__.py42 return email.message_from_file(fp, policy=self.policy)
Dtest_policy.py272 email.message_from_file(f, policy=self.MyPolicy)
Dtest_email.py2572 msg = email.message_from_file(fp)
2589 msg = email.message_from_file(fp)
2884 msg = email.message_from_file(fp)
2915 msg = email.message_from_file(fp, MyMessage)
2919 msg = email.message_from_file(fp, MyMessage)
3650 msg = email.message_from_file(fp)
/external/python/cpython3/Lib/email/
D__init__.py48 def message_from_file(fp, *args, **kws): function
/external/python/cpython2/Doc/includes/
Demail-unpack.py44 msg = email.message_from_file(fp)
/external/python/cpython2/Lib/email/
D__init__.py60 def message_from_file(fp, *args, **kws): function
/external/python/cpython2/Lib/email/test/
Dtest_email_torture.py39 msg = email.message_from_file(fp)
Dtest_email_renamed.py66 msg = email.message_from_file(fp)
1786 msg = email.message_from_file(fp)
1806 msg = email.message_from_file(fp)
2083 msg = email.message_from_file(fp)
2122 msg = email.message_from_file(fp, MyMessage)
2129 msg = email.message_from_file(fp, MyMessage)
2515 msg = email.message_from_file(fp)
Dtest_email.py71 msg = email.message_from_file(fp)
1867 msg = email.message_from_file(fp)
1887 msg = email.message_from_file(fp)
2167 msg = email.message_from_file(fp)
2206 msg = email.message_from_file(fp, MyMessage)
2213 msg = email.message_from_file(fp, MyMessage)
2735 msg = email.message_from_file(fp)
/external/python/cpython2/Doc/library/
Demail.iterators.rst48 >>> msg = email.message_from_file(somefile)
Demail.rst193 The *strict* flag was also added to functions :func:`email.message_from_file`
242 * :func:`messageFromFile` has been renamed to :func:`message_from_file`.
Demail.parser.rst177 .. function:: message_from_file(fp[, _class[, strict]])
Dmailbox.rst1619 return email.message_from_file(fp)
1633 mbox = mailbox.UnixMailbox(fp, email.message_from_file)
/external/python/cpython3/Doc/library/
Demail.iterators.rst59 >>> msg = email.message_from_file(somefile)
Demail.parser.rst272 .. function:: message_from_file(fp, _class=None, *, policy=policy.compat32)
/external/python/cpython3/Tools/scripts/
Dmailerdaemon.py181 m = email.message_from_file(fp, _class=ErrorMessage)
/external/python/cpython3/Lib/distutils/
Ddist.py10 from email import message_from_file
1051 msg = message_from_file(file)
/external/python/cpython2/Lib/distutils/
Ddist.py10 from email import message_from_file
1051 msg = message_from_file(file)
/external/python/cpython2/Lib/
Dmailbox.py1461 self._become_message(email.message_from_file(message))
/external/python/cpython3/Lib/
Dmailbox.py1500 self._become_message(email.message_from_file(message))