Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for cte (0.021 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 13140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an object that encodes information about the extracted data. To find the handler, look for the following ... msg , <'str'> , subtype="plain" , charset='utf-8' cte=None , disposition=None , filename=None , cid=None ... t_content ( msg , <'bytes'> , maintype , subtype , cte="base64" , disposition=None , filename=None , cid= ... entmanager. set_content ( msg , <'EmailMessage'> , cte=None , disposition=None , filename=None , cid=None ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 10700
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... パッケージに対して柔軟性を提供します。 A Policy object encapsulates a set of attributes and methods that c ... nerator to use the RFC correct line separator characters when creating the binary string to feed into sen ... ed by Python, though \r\n is required by the RFCs. cte_type ¶ Controls the type of Content Transfer Encod ... w for exceptions), but body parts may use the 8bit CTE. A cte_type value of 8bit only works with BytesGen ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 8766
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... and, using the generator on an EmailMessage constructed by program may result in changes to the EmailMess ... ormed into something that contains only ASCII characters, using the standard email RFC Content Transfer E ... a. If optional mangle_from_ is True , put a > character in front of any line in the body that starts with ... nerator instance was created. If the policy option cte_type is 8bit (the default), copy any headers in th ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8260
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eader value for this attribute is None ; it is expected that specialized header classes will override thi ... policy ) ¶ Return a string containing linesep characters as required to correctly fold the header accordi ... ng to policy . A cte_type of 8bit will be treated as if it were 7bit , ... empty list. The parse method should append any detected defects to this list. On return, the kwds diction ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 8097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n the new API the functionality is provided by the cte parameter of the set_content() method. The remaini ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... zing messages. Note also that this method is restricted to producing messages serialized as "7 bit clean" ... ayload should be a string object (which might be a CTE encoded binary payload). Note that is_multipart() ... ill be added. If the value contains non-ASCII characters, the charset and language may be explicitly cont ... s not passed and the value contains non-ASCII characters, it is automatically encoded in RFC 2231 format ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rings that are supposed to contain only ASCII characters; there is some special handling for non-ASCII in ... ant data will be replaced by unicode "unknown character" code points. (See also as_bytes() and BytesGener ... ayload should be a string object (which might be a CTE encoded binary payload. (Note that is_multipart() ... it was not perfectly formed (missing padding, characters outside the base64 alphabet), then an appropriat ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7663
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 分割するのに使われる文字です。デフォルトは \n です。 cte_type 7bit または 8bit 。 8bit は Bytes generator に ... e 型、マクロ、関数: 高水準 API: PyUnicode_CopyCharacters() PyUnicode_FindChar() PyUnicode_GetLength() , P ... してください Py_UNICODE_strcat : PyUnicode_CopyCharacters() または PyUnicode_FromFormat() を使用してくださ ... ODE_strncpy , Py_UNICODE_COPY : PyUnicode_CopyCharacters() または PyUnicode_Substring() を使用してください ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 NEXT