Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 23 for Transfer (0.033 sec.)
- 19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 13874
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
I characters, using the standard email RFC Content Transfer Encoding techniques for encoding email messages fo...
n the original, and preserve the non-ASCII Content-Transfer-Encoding of any body parts that have them. If cte_...
it set as needed using an ASCII-compatible Content-Transfer-Encoding . That is, transform parts with non-ASCII...
Content-Transfer-Encoding ( Content-Transfer-Encoding: 8bit ) to an...
- https://man.plustar.jp/python/library/email.generator.html - [similar]
- 19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 11729
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
されたものにセットしなおします。これらはまた Content-Transfer-Encoding ヘッダを適切な値に設定します。 マルチパー...
ードを quoted-printable 形式にエンコードし、 Content-Transfer-Encoding ヘッダを quoted-printable [1] に設定します...
¶ ペイロードを base64 形式でエンコードし、 Content-Transfer-Encoding ヘッダを base64 に変更します。これはペイロ...
を変更はしませんが、ペイロードの形式に応じて Content-Transfer-Encoding ヘッダを 7bit あるいは 8bit に適した形に設...
- https://man.plustar.jp/python/library/email.encoders.html - [similar]
- 21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 10188
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
Ls that use FTP. For more information on FTP (File Transfer Protocol), see Internet RFC 959 . ftplib モジュール...
README' , open ( 'README' , 'wb' ) . write ) '226 Transfer complete.' >>> ftp . quit () このモジュールは以下の...
発生する例外。 exception ftplib. error_proto ¶ File Transfer Protocol の応答仕様に適合しない、すなわち1--5の数字...
ize=8192 , rest=None ) ¶ Retrieve a file in binary transfer mode. cmd should be an appropriate RETR command: '...
- https://man.plustar.jp/python/library/ftplib.html - [similar]
- 19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 9819
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ad() と set_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに...
ad() と set_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに...
ad() と set_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに...
ype header with a charset parameter, and a Content-Transfer-Encoding header. This means that a subsequent set_...
- https://man.plustar.jp/python/library/email.mime.html - [similar]
- 19.1.9. email.message.Message: Representing an email message using the compat32 ... 9350
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
should be decoded or not, according to the Content-Transfer-Encoding header. When True and the message is not...
ase64 . If some other encoding is used, or Content-Transfer-Encoding header is missing, the payload is returne...
returned as a string without decoding the Content-Transfer-Encoding . However, for a Content-Transfer-Encodin...
ドは output_charset に再エンコードされます。 Content-Transfer-Encoding ヘッダが存在しなければ、ペイロードは、必要...
- https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
- 19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8998
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
thod should assume that string may contain content-transfer-encoded parts, but should correctly handle all val...
in common use. class email.headerregistry. ContentTransferEncoding ¶ Content-Transfer-Encoding ヘッダを扱いま...
d according to RFC 5322 rules, but with no Content Transfer Encoding of any non-ASCII characters. To support S...
matted according to RFC 5322 , but with no Content Transfer Encoding of any non-ASCII characters. If display_n...
- https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
- 21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8998
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ion サブクラスです。 exception http.client. UnknownTransferEncoding ¶ HTTPException サブクラスです。 exception...
ん。 If headers contains neither Content-Length nor Transfer-Encoding, but there is a request body, one of thos...
erables in general) will be chunk-encoded, and the Transfer-Encoding header will automatically be set instead...
h. The encode_chunked argument is only relevant if Transfer-Encoding is specified in headers . If encode_chunk...
- https://man.plustar.jp/python/library/http.client.html - [similar]
- 19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8864
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
eaders added to a part and controlling the content transfer encoding, and it enables the use of the various ad...
et, encode the payload using the specified content transfer encoding, and set the Content-Transfer-Encoding he...
- https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
- 19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 7925
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
( ) ¶ メッセージ本体のエンコードに使われる content-transfer-encoding の値を返します。 この値は使用しているエン...
な関数である必要があります。この関数は変換後 Content-Transfer-Encoding ヘッダ自体を、なんであれ適切な値に設定する...
- https://man.plustar.jp/python/library/email.charset.html - [similar]
- 21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7674
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ESMTPオペレーションの詳細は、 RFC 821 (Simple Mail Transfer Protocol) や RFC 1869 (SMTP Service Extensions)を調...
を受け付なかった事です。 参考 RFC 821 - Simple Mail Transfer Protocol SMTP のプロトコル定義です。このドキュメン...
- https://man.plustar.jp/python/library/smtplib.html - [similar]