Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for mime (0.039 sec.)
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 8314
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インターネット上のデータの操作 » 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコー ... スコード: Lib/quopri.py このモジュールは RFC 1521 : "MIME (Multipurpose Internet Mail Extensions) Part One: ... コアは空白文字にデコードされます。これは RFC 1522 : "MIME (Multipurpose Internet Mail Extensions) Part Two: ... r of the encode() function. 参考 base64 モジュール MIME base64 形式データのエンコードおよびデコード 関連キ ...
https://man.plustar.jp/python/library/quopri.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 8221
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.15. email.iterators ... のすべてのサブパートをたどり、それらの中で指定されたMIME 形式 maintype と subtype をもつようなパートのみを返 ... 注意してください。これが省略された場合、サブパートの MIME 形式は maintype のみがチェックされます。じつは mai ... つまり、デフォルトでは typed_subpart_iterator() は MIME 形式 text/* をもつサブパートを順に返していくという ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7974
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.2. email.parser : 電 ... erstands most email document structures, including MIME documents. You can pass the parser a bytes, string ... instance of the object structure. For simple, non-MIME messages the payload of this root object will like ... e a string containing the text of the message. For MIME messages, the root object will return True from it ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 7881
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.11. email.header : 国 ... ドは RFC 2047 準拠の適切な形式にエンコードされます。MIME 機能のあるメーラなら、このヘッダに埋めこまれた ISO ... ' , errors='strict' ) ¶ 別の文字集合の文字列を含む MIME 準拠なヘッダを作成します。 オプション引数 s はヘッ ... pend ( s , charset=None , errors='strict' ) ¶ この MIME ヘッダに文字列 s を追加します。 オプション引数 cha ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.6. email.headerregis ... max_count is set to 1. class email.headerregistry. MIMEVersionHeader ¶ There is really only one valid valu ... e for the MIME-Version header, and that is 1.0 . For future proof ... 番号 (整数) class email.headerregistry. ParameterizedMIMEHeader ¶ MIME headers all start with the prefix 'Co ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7509
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... contentmanager Storing and Retrieving Content from MIME Parts email.encoders Encoders for email message pa ... The base class representing email messages. email.mime Build MIME messages. email.parser Parse flat text ... raints). math Mathematical functions (sin() etc.). mimetypes Mapping of filename extensions to MIME types. ... ue class. quopri Encode and decode files using the MIME quoted-printable encoding. r random Generate pseud ...
https://man.plustar.jp/python/py-modindex.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7463
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.4. email.policy : ポ ... cy.py email パッケージの主要な目的は様々なEメールやMIMEのRFCで記述されたEメールメッセージを取り扱うことにあ ... limited to) RFC 5322 , RFC 2047 , and the current MIME RFCs. This policy adds new header parsing and fold ... nd date RFC 5322 header field types, and the major MIME header field stypes. Support for additional custom ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 7261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... utput always ends with a newline, as per RFC 2045 (MIME). base64. encodebytes ( s ) ¶ Encode the bytes-lik ... that there is a trailing newline, as per RFC 2045 (MIME). バージョン 3.1 で追加. base64. encodestring ( s ... SCII への変換をサポートするモジュール。 RFC 1521 - MIME (Multipurpose Internet Mail Extensions) Part One: ... バージョン , output , alphabet 前のトピックへ 19.5. mimetypes --- ファイル名を MIME 型へマップする 次のトピ ...
https://man.plustar.jp/python/library/base64.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 7122
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.13. email.encoders : ... グをサポートしています。実際にはこれらのエンコーダは MIMEAudio および MIMEImage クラスのコンストラクタでデフ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » © 著作権 2001-2022, Pytho ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 7122
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.5. email.errors : 例 ... んどありません。 しかしながら、 attach() メソッドを MIMENonMultipart から派生したインスタンス (たとえば MIM ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » © 著作権 2001-2022, Pytho ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
PREV 1 2 3 4 5 NEXT