Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for plain (0.024 sec.)
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 13119
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... file ) >>> _structure ( msg ) multipart/mixed text/plain text/plain multipart/digest message/rfc822 text/pl ... ain message/rfc822 text/plain message/rfc822 text/plain message/rfc822 text/plai ... n message/rfc822 text/plain text/plain Optional fp is a file-like object to pr ... the default type as well. 関連キーワード: email , plain , パート , iterators , maintype , structure , subt ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 12949
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... If the Content-Type header is invalid, return text/plain . (According to RFC 2045 , messages always have a ... C 2045 defines a message's default type to be text/plain unless it appears inside a multipart/digest contai ... n, RFC 2045 mandates that the default type be text/plain .) get_content_maintype ( ) ¶ そのメッセージの主 c ... どのメッセージではデフォルトの content-type は text/plain ですが、メッセージが multipart/digest コンテナに含 ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 10536
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れます。 Content-Type ヘッダが存在しなければ、 text/plain を値として追加されます。 Content-Type が存在してい ... ltipart/digest コンテナに現れているとき以外は text/plain に規定しています。あるメッセージが multipart/diges ... 書式だった場合、 RFC 2045 はそれのデフォルトを text/plain として扱うよう定めています。 get_content_maintype ... どのメッセージではデフォルトの content-type は text/plain ですが、メッセージが multipart/digest コンテナに含 ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 9550
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... from email.message import EmailMessage # Open the plain text file whose name is in textfile for reading. w ... ith open ( textfile ) as fp : # Create a text/plain message msg = EmailMessage () msg . set_content ( ... how to create an HTML message with an alternative plain text version. To make things a bit more interestin ... st three lines. Of course, # if the message has no plain text part printing the first three lines of html # ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 8394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _subtype は Content-Type の副形式 (subtype) です ( plain や gif など)。 _params は各パラメータのキーと値を格 ... lass email.mime.text. MIMEText ( _text , _subtype='plain' , _charset=None , * , policy=compat32 ) ¶ モジュー ... ubtype には副形式 (subtype) を指定し、デフォルトは plain です。 _charset はテキストの文字セットで、 MIMENon ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8309
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... entmanager. set_content ( msg , <'str'> , subtype="plain" , charset='utf-8' cte=None , disposition=None , f ... set the subtype to subtype if it is specified, or plain if it is not. For bytes , use the specified mainty ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
Download — Python 3.6.5 ドキュメント 8224
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... 3 MB) HTML Download (ca. 9 MB) Download (ca. 6 MB) Plain Text Download (ca. 3 MB) Download (ca. 2 MB) EPUB ...
https://man.plustar.jp/python/download.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 8139
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tus = '200 OK' headers = [( 'Content-type' , 'text/plain; charset=utf-8' )] start_response ( status , heade ... # HTTP Status headers = [( 'Content-type' , 'text/plain' )] # HTTP Headers start_response ( status , heade ... きです。デフォルトのリストはコンテントタイプを text/plain にセットしているだけです。 error_body ¶ エラーレス ... # HTTP Status headers = [( 'Content-type' , 'text/plain; charset=utf-8' )] # HTTP Headers start_response ( ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7868
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SMTP class provides authobjects for the CRAM-MD5 , PLAIN , and LOGIN mechanisms; they are named SMTP.auth_c ... ram_md5 , SMTP.auth_plain , and SMTP.auth_login respectively. They all requi ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 7783
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . in_table_c6 ( code ) ¶ code がテーブル C.6 (平文:plain text として不適切) かどうか判定します。 stringprep ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
PREV 1 2 NEXT