Searched refs:make_msgid (Results 1 – 12 of 12) sorted by relevance
7 from email.utils import make_msgid28 asparagus_cid = make_msgid()
177 def make_msgid(idstring=None): function
174 def make_msgid(idstring=None, domain=None): function
107 .. function:: make_msgid([idstring])
215 functions have been added to the module: :func:`make_msgid`,
30 .. function:: make_msgid(idstring=None, domain=None)
3272 make_msgid = utils.make_msgid3276 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(
316 Increased time precision and random number range in email.utils.make_msgid()
985 Use the same domain when testing ``make_msgid``. Patch by Batuhan Taskaya.
2426 make_msgid = Utils.make_msgid2430 append(make_msgid())
645 Increased time precision and random number range in email.utils.make_msgid()
524 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