Searched refs:make_msgid (Results 1 – 11 of 11) 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`,
3214 make_msgid = utils.make_msgid3218 append(make_msgid(domain='testdomain-string'))3312 email.utils.make_msgid(domain='testdomain-string')[-19:],3317 email.utils.make_msgid(idstring='test-idstring',3323 email.utils.make_msgid().endswith(
30 .. function:: make_msgid(idstring=None, domain=None)
316 Increased time precision and random number range in email.utils.make_msgid()
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