Searched refs:make_msgid (Results 1 – 7 of 7) sorted by relevance
7 from email.utils import make_msgid28 asparagus_cid = make_msgid()
174 def make_msgid(idstring=None, domain=None): function
30 .. function:: make_msgid(idstring=None, domain=None)
3295 make_msgid = utils.make_msgid3299 append(make_msgid(domain='testdomain-string'))3393 email.utils.make_msgid(domain='testdomain-string')[-19:],3398 email.utils.make_msgid(idstring='test-idstring',3406 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.
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