email.message.Message.get_boundary()

get_boundary(failobj=None)

Return the value of the boundary parameter of the Content-Type header of the message, or failobj if either the header is missing, or has no boundary parameter. The returned string will always be unquoted as per email.utils.unquote().

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.