Home
last modified time | relevance | path

Searched refs:set_boundary (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/email/mime/
Dmultipart.py48 self.set_boundary(boundary)
/third_party/python/Lib/test/test_email/
Dtest_email.py186 msg.set_boundary('BOUNDARY')
194 msg.set_boundary('BOUNDARY')
201 msg.set_boundary, 'BOUNDARY')
1825 outer.set_boundary('BOUNDARY')
1845 outer.set_boundary('BOUNDARY')
1865 outer.set_boundary('BOUNDARY')
1893 outer.set_boundary('BOUNDARY')
1921 outer.set_boundary('BOUNDARY')
1948 outer.set_boundary('BOUNDARY')
1975 outer.set_boundary('BOUNDARY')
[all …]
/third_party/python/Doc/library/
Demail.errors.rst33 :meth:`~email.message.EmailMessage.set_boundary` method will raise this
Demail.compat32-message.rst604 .. method:: set_boundary(boundary)
607 *boundary*. :meth:`set_boundary` will always quote *boundary* if
613 boundary via :meth:`add_header`, because :meth:`set_boundary` preserves
Demail.message.rst417 .. method:: set_boundary(boundary)
420 *boundary*. :meth:`set_boundary` will always quote *boundary* if
426 boundary via :meth:`add_header`, because :meth:`set_boundary` preserves
/third_party/python/Lib/email/
Dgenerator.py285 msg.set_boundary(boundary)
Dmessage.py835 def set_boundary(self, boundary): member in Message