Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 54 for Content (0.022 sec.)
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 13394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rs and a payload (which is also referred to as the content ). Headers are RFC 5322 or RFC 6532 style field na ... information from the headers (for example the MIME content type), for operating on the payload, for generatin ... rning True does not necessarily mean that "msg.get_content_maintype() == 'multipart'" will return the True . ... f None . 以下に例を示します。: msg . add_header ( 'Content-Disposition' , 'attachment' , filename = 'bud.gif' ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 12608
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rning True does not necessarily mean that "msg.get_content_maintype() == 'multipart'" will return the True . ... Message class its functionality is replaced by set_content() and the related make and add methods. get_payloa ... payload should be decoded or not, according to the Content-Transfer-Encoding header. When True and the messag ... ble or base64 . If some other encoding is used, or Content-Transfer-Encoding header is missing, the payload i ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 12237
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メールと MIME 処理のためのパッケージ » 19.1.7. email.contentmanager : MIME 内容の管理 ¶ ソースコード: Lib/email ... /contentmanager.py バージョン 3.6 で追加: [1] class email.c ... ontentmanager. ContentManager ¶ Base class for content managers. Provides ... try mechanisms to register converters between MIME content and other representations, as well as the get_cont ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 10101
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eate and send a simple text message (both the text content and the addresses may contain unicode characters): ... text/plain message msg = EmailMessage () msg . set_content ( fp . read ()) # me == the sender's email address ... recipient's email address msg [ 'Subject' ] = 'The contents of %s ' % textfile msg [ 'From' ] = me msg [ 'To' ... るやり方です: [1] #!/usr/bin/env python3 """Send the contents of a directory as a MIME message.""" import os im ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9018
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nly ASCII characters, using the standard email RFC Content Transfer Encoding techniques for encoding email me ... tored in unix mbox format (see mailbox and WHY THE CONTENT-LENGTH FORMAT IS BAD ). If maxheaderlen is not Non ... ced as in the original, and preserve the non-ASCII Content-Transfer-Encoding of any body parts that have them ... e high bit set as needed using an ASCII-compatible Content-Transfer-Encoding . That is, transform parts with ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 8944
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PI. Its functionality is partially replaced by the contentmanager in the new API, but in certain applications ... 的な基底クラスとして提供されています。 _maintype は Content-Type の主形式 (maintype) であり ( text や image な ... ど)、 _subtype は Content-Type の副形式 (subtype) です ( plain や gif など)。 ... aintype 、 _subtype 、および _params にもとづいた) Content-Type ヘッダと、 MIME-Version ヘッダ (必ず 1.0 に設 ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 8410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nality is provided by the cte parameter of the set_content() method. The remaining text in this section is th ... ンコードされたものにセットしなおします。これらはまた Content-Transfer-Encoding ヘッダを適切な値に設定します。 マ ... ペイロードを quoted-printable 形式にエンコードし、 Content-Transfer-Encoding ヘッダを quoted-printable [1] に ... ( msg ) ¶ ペイロードを base64 形式でエンコードし、 Content-Transfer-Encoding ヘッダを base64 に変更します。こ ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8202
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parse method should assume that string may contain content-transfer-encoded parts, but should correctly handl ... y should be removed and handled, and the remaining contents of kw (and args ) passed to the BaseHeader init m ... MEHeader ¶ MIME headers all start with the prefix 'Content-'. Each specific header has a certain value, descr ... s to parameter values. class email.headerregistry. ContentTypeHeader ¶ Content-Type ヘッダを扱う Parameterize ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7995
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bytes are sent as is. If it is a file object , the contents of the file is sent; this file object should supp ... 型でなくてはなりません。 If headers contains neither Content-Length nor Transfer-Encoding, but there is a reque ... will be added automatically. If body is None , the Content-Length header is set to 0 for methods that expect ... a bytes-like object that is not also a file , the Content-Length header is set to its length. Any other type ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 7832
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ude bytes, file-like objects, and iterables. If no Content-Length nor Transfer-Encoding header field has been ... set these headers according to the type of data . Content-Length will be used to send bytes objects, while T ... " (Python 2.6の場合) と設定します。 An appropriate Content-Type header should be included if the data argumen ... header has not been provided and data is not None, Content-Type: application/x-www-form-urlencoded will be ad ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
PREV 1 2 3 4 5 6 NEXT