Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for mime (0.030 sec.)
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 12898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 19. インターネット上のデータの操作 » 19.5. mimetypes --- ファイル名を MIME 型へマップする ¶ ソース ... コード: Lib/mimetypes.py mimetypes モジュールは、ファイル名あるいは ... URL と、ファイル名拡張子に関連付けられた MIME 型とを変換します。ファイル名から MIME 型へと、 MIM ... 依存していれば、これらの関数は、 init() を呼びます。 mimetypes. guess_type ( url , strict=True ) ¶ url で与え ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 12851
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.10. email.mime : メー ... ルと MIME オブジェクトを一から作成 ¶ ソースコード: Lib/email ... /mime/ This module is part of the legacy ( Compat32 ) em ... 、あるものを別のところへ移動させたりできます。これは MIME メッセージを切ったりおろしたりするために非常に便利 ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 9925
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.7. email.contentmana ... ger : MIME 内容の管理 ¶ ソースコード: Lib/email/contentmanage ... registry mechanisms to register converters between MIME content and other representations, as well as the ... , **kw ) ¶ Look up a handler function based on the mimetype of msg (see next paragraph), call it, passing ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9770
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.1. email.message : 電 ... pe of payload is indicated by the message having a MIME type such as multipart/* or message/rfc822 . The c ... ized information from the headers (for example the MIME content type), for operating on the payload, for g ... ge objects, or a list of EmailMessage objects, for MIME container documents such as multipart/* and messag ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 9538
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ ¶ ソースコード: Lib/email/_ ... RFC 2046 、 RFC 2047 、 RFC 2183 、 RFC 2231 などのMIME関連のRFCに対応しています。 The overall structure of ... , following the nature of email messages and their MIME subcomponents, the email object model is a tree st ... o be aware of at least some of the rules governing MIME messages and their structure, specifically the nam ...
https://man.plustar.jp/python/library/email.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 9398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 群について記述します。 19.1. email --- 電子メールと MIME 処理のためのパッケージ 19.1.1. email.message : 電子 ... r API 19.1.2.3. 追記事項 19.1.3. email.generator : MIME 文書の生成 19.1.4. email.policy : ポリシーオブジェ ... ヘッダーオブジェクト 19.1.7. email.contentmanager : MIME 内容の管理 19.1.7.1. Content Manager Instances 19. ... mail message using the compat32 API 19.1.10. email.mime : メールと MIME オブジェクトを一から作成 19.1.11. ...
https://man.plustar.jp/python/library/netdata.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 9305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.9. email.message.Mes ... pe of payload is indicated by the message having a MIME type such as multipart/* or message/rfc822 . The c ... message objects, or a list of Message objects, for MIME container documents (e.g. multipart/* and message/ ... plete the transformation to a string (for example, MIME boundaries may be generated or modified). Note tha ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 9259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.8. email : 使用例 ¶ ... ・書く・送信するいくつかの例を紹介します。より複雑な MIME メッセージについても扱います。 First, let's see ho ... 、あるディレクトリ内にある何枚かの家族写真をひとつの MIME メッセージに収めて送信する例です: # Import smtplib ... les in binary mode. Use imghdr to figure out the # MIME subtype for each specific image. for file in pngfi ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9027
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.3. email.generator : ... MIME 文書の生成 ¶ ソースコード: Lib/email/generator.py ... email in a standards-compliant way, should handle MIME and non-MIME email messages just fine, and is desi ... e RFC-invalid non-ASCII bytes in headers using the MIME unknown-8bit character set, thus rendering them RF ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.3. mailcap --- mailcap ファイルの操作 — Python 3.6.5 ドキュメント 8732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ap ファイルは、メールリーダや Web ブラウザのような MIME 対応のアプリケーションが、異なる MIME タイプのファ ... ユーザが email メッセージや Web ドキュメント上でその MIME タイプ video/mpeg に遭遇すると、 %s はファイル名 ( ... でサポートされています。 mailcap. findmatch ( caps , MIMEtype , key='view' , filename='/dev/null' , plist=[] ... 渡されます) が入っています。二つめの要素は与えられた MIME タイプに対する mailcap エントリです。一致する MIME ...
https://man.plustar.jp/python/library/mailcap.html - [similar]
PREV 1 2 3 4 5 NEXT