Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for quoted (0.021 sec.)
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 13391
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンターネット上のデータの操作 » 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード ¶ ソ ... ormat of Internet Message Bodies" で定義されている quoted-printable による伝送のエンコードおよびデコードを行 ... います。 quoted-printable エンコーディングは比較的印字不可能な文字 ... contents of the input file and write the resulting quoted-printable data to the output file. input and outpu ...
https://man.plustar.jp/python/library/quopri.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 12558
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 集合によっては、電子メールのヘッダや本体で使う場合に quoted-printable や base64 形式でエンコードされなければな ... が iso-8859-1 の場合、ヘッダおよびメッセージ本体は quoted-printable でエンコードされ、出力時の変換用コーデッ ... ードされなければならない場合、この属性は Charset.QP (quoted-printable エンコーディング)、 Charset.BASE64 (base ... ます。 この値は使用しているエンコーディングの文字列 quoted-printable または base64 か、あるいは関数のいずれか ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 9907
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ail.encoders. encode_quopri ( msg ) ¶ ペイロードを quoted-printable 形式にエンコードし、 Content-Transfer-En ... coding ヘッダを quoted-printable [1] に設定します。これはそのペイロードの ... ほとんどが印刷不可能な文字である場合に適しています。 quoted-printable 形式よりも結果としてはコンパクトなサイズ ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 9771
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ました。 binascii. a2b_qp ( data , header=False ) ¶ quoted-printable 形式のデータをバイナリに変換し、バイナリ ... rt binary data to a line(s) of ASCII characters in quoted-printable encoding. The return value is the conver ... pri モジュール MIME 電子メールメッセージで使われる quoted-printable エンコードのサポート。 関連キーワード: b ... およびデコード 次のトピックへ 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード ナビ ...
https://man.plustar.jp/python/library/binascii.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 9482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... います。 cte ¶ 有効な値は 7bit 、 8bit 、 base64 、 quoted-printable です。詳細については RFC 2045 を参照して ... he addr_spec . An addr_spec must be a properly RFC quoted string; if it is not Address will raise an error. ... username@domain portion of the address, correctly quoted for use as a bare address (the second form shown a ... _ ( ) ¶ The str value of the object is the address quoted according to RFC 5322 rules, but with no Content T ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8649
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... header to that value. Possible values for cte are quoted-printable , base64 , 7bit , 8bit , and binary . If ... essage , per RFC 2046 , raise an error if a cte of quoted-printable or base64 is requested for subtype rfc82 ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.10. uu --- uuencode形式のエンコードとデコード — Python 3.6.5 ドキュメント 8089
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ASCII , 送出 前のトピックへ 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード 次の ...
https://man.plustar.jp/python/library/uu.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 7953
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と ASCII データとの間での変換 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード 19. ...
https://man.plustar.jp/python/library/netdata.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... es, removing all the junk that makes it a properly quoted C string. When you're done you should have just th ... t argument and specify that as its converter, as a quoted string. ("format unit" is the formal name for the ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 7664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... く長い行は折り返され、非 ASCII 部分は base64 または quoted-printable エンコーディングで包含されるでしょう。 オ ...
https://man.plustar.jp/python/library/email.header.html - [similar]
PREV 1 2 NEXT