Home
last modified time | relevance | path

Searched refs:make_msgid (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Doc/includes/
Demail-alternative.py7 from email.utils import make_msgid
28 asparagus_cid = make_msgid()
/external/python/cpython2/Lib/email/
Dutils.py177 def make_msgid(idstring=None): function
/external/python/cpython3/Lib/email/
Dutils.py174 def make_msgid(idstring=None, domain=None): function
/external/python/cpython2/Doc/library/
Demail.util.rst107 .. function:: make_msgid([idstring])
Demail.rst215 functions have been added to the module: :func:`make_msgid`,
/external/python/cpython3/Doc/library/
Demail.utils.rst30 .. function:: make_msgid(idstring=None, domain=None)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3272 make_msgid = utils.make_msgid
3276 append(make_msgid(domain='testdomain-string'))
3370 email.utils.make_msgid(domain='testdomain-string')[-19:],
3375 email.utils.make_msgid(idstring='test-idstring',
3383 email.utils.make_msgid().endswith(
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst316 Increased time precision and random number range in email.utils.make_msgid()
D3.9.0a6.rst985 Use the same domain when testing ``make_msgid``. Patch by Batuhan Taskaya.
/external/python/cpython2/Lib/email/test/
Dtest_email.py2426 make_msgid = Utils.make_msgid
2430 append(make_msgid())
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst645 Increased time precision and random number range in email.utils.make_msgid()
/external/python/cpython3/Misc/
DHISTORY524 email.utils.make_msgid() to strengthen the uniqueness of the message ID.
11309 - Issue #8989: email.utils.make_msgid now has a domain parameter that can