Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for maintype (0.022 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 12435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the first one found: 完全な MIME 型を表す文字列 ( maintype/subtype ) maintype を表す文字列 空の文字列 If none ... set_content ( msg , obj , *args , **kw ) ¶ If the maintype is multipart , raise a TypeError ; otherwise look ... il.contentmanager. set_content ( msg , <'bytes'> , maintype , subtype , cte="base64" , disposition=None , file ... payload to msg : Add a Content-Type header with a maintype/subtype value. For str , set the MIME maintype to ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 10519
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 email.iterators. typed_subpart_iterator ( msg , maintype='text' , subtype=None ) ¶ このイテレータは msg 中の ... サブパートをたどり、それらの中で指定されたMIME 形式 maintype と subtype をもつようなパートのみを返します。 subt ... さい。これが省略された場合、サブパートの MIME 形式は maintype のみがチェックされます。じつは maintype も省略可能 ... 関連キーワード: email , plain , パート , iterators , maintype , structure , subtype , パッケージ , 形式 , 省略 前 ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 9977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のサブクラスです: class email.mime.base. MIMEBase ( _maintype , _subtype , * , policy=compat32 , **_params ) ¶ モ ... のための便宜的な基底クラスとして提供されています。 _maintype は Content-Type の主形式 (maintype) であり ( text ... be passed to Message . MIMEBase クラスはつねに ( _maintype 、 _subtype 、および _params にもとづいた) Content ... クラスは MIMENonMultipart のサブクラスで、主形式 (maintype) が audio の MIME オブジェクトを作成するのに使われ ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 9019
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a = fp . read () msg . add_attachment ( img_data , maintype = 'image' , subtype = imghdr . what ( None , img_d ... g-of-bits type. ctype = 'application/octet-stream' maintype , subtype = ctype . split ( '/' , 1 ) with open ( ... rb' ) as fp : msg . add_attachment ( fp . read (), maintype = maintype , subtype = subtype , filename = filena ... tipart/* are just containers if part . get_content_maintype () == 'multipart' : continue # Applications should ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 8729
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ue does not necessarily mean that "msg.get_content_maintype() == 'multipart'" will return the True . For examp ... -type を返します。返された文字列は強制的に小文字で maintype/subtype の形式に変換されます。メッセージ中に Conte ... ext/plain として扱うよう定めています。 get_content_maintype ( ) ¶ そのメッセージの主 content-type を返します。 ... これは get_content_type() によって返される文字列の maintype 部分です。 get_content_subtype ( ) ¶ そのメッセージ ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8061
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ue does not necessarily mean that "msg.get_content_maintype() == 'multipart'" will return the True . For examp ... 's content type, coerced to lower case of the form maintype/subtype . If there is no Content-Type header in th ... that the default type be text/plain .) get_content_maintype ( ) ¶ そのメッセージの主 content-type を返します。 ... これは get_content_type() によって返される文字列の maintype 部分です。 get_content_subtype ( ) ¶ そのメッセージ ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6814
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ssed to Generator.flatten() , if the subpart is of main type text , print the decoded payload of the subpart, ... and if the main type is not text , instead of printing it fill in the ... nd values: type -- 非 text 型 subpart の MIME 形式 maintype -- 非 text 型 subpart の MIME 主形式 (maintype) su ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6687
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ontent_type ¶ The content type string, in the form maintype/subtype . maintype ¶ subtype ¶ class email.headerr ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
PREV 1 NEXT