Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for Charset (0.023 sec.)
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 13703
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールと MIME 処理のためのパッケージ » 19.1.12. email.charset : 文字集合の表現 ¶ ソースコード: Lib/email/charset ... 表現および電子メールメッセージの文字集合の変換を行う Charset クラスに加え、文字集合のレジストリとそれを操作する ... 簡易メソッドを提供しています。 Charset インスタンスは email パッケージ中にある他のいくつか ... のモジュールで使用されます。 このクラスは email.charset モジュールからインポートしてください。 class email ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 11969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mpt is made to decode the original bytes using the charset specified by the Content-Type header, using the re ... place error handler. If no charset is specified, or if the charset given is not recog ... ckage, the body is decoded using the default ASCII charset. This is a legacy method. On the EmailMessage clas ... ntent() and iter_parts() . set_payload ( payload , charset=None ) ¶ メッセージオブジェクト全体のペイロードを ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 11026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 email パッケージは、 email.header および email.charset モジュールでこれらの規格をサポートしています。 ご自 ... スの説明です: class email.header. Header ( s=None , charset=None , maxlinelen=None , header_name=None , contin ... は append() の項を参照してください。 オプション引数 charset には 2 つの目的があります。ひとつは append() メソッ ... ドにおける charset 引数と同じものです。もうひとつは、これ以降 charset ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d. If the value contains non-ASCII characters, the charset and language may be explicitly controlled by speci ... fying the value as a three tuple in the format (CHARSET, LANGUAGE, VALUE) , where CHARSET is a string nami ... ng the charset to be used to encode the value, LANGUAGE can usual ... s automatically encoded in RFC 2231 format using a CHARSET of utf-8 and a LANGUAGE of None . 以下に例を示しま ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 9073
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... '') を返します。 email.utils. formataddr ( pair , charset='utf-8' ) ¶ parseaddr() の逆で、2 要素のタプル (re ... 偽である場合、第2要素の値をそのまま返します。 任意の charset は、 realname が非 ASCII 文字を含んでいる場合にその ... 47 エンコーディングに使われる文字集合です。 str か Charset のインスタンスで、デフォルトは utf-8 です。 バージ ... ョン 3.3 で変更: charset オプションが追加されました。 email.utils. getaddre ...
https://man.plustar.jp/python/library/email.util.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 8737
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .mime.text. MIMEText ( _text , _subtype='plain' , _charset=None , * , policy=compat32 ) ¶ モジュール: email.m ... 形式 (subtype) を指定し、デフォルトは plain です。 _charset はテキストの文字セットで、 MIMENonMultipart コンス ... i 、それ以外は utf-8 がデフォルトになっています。 _charset パラメータは、文字列と Charset インスタンスの両方を ... 受け付けます。 Unless the _charset argument is explicitly set to None , the MIMEText ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 8737
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ではなく指定したコードを返します。 IMAP4. search ( charset , criterion [ , ... ] ) ¶ Search mailbox for match ... ing messages. charset may be None , in which case no CHARSET will be spe ... n will be raised when the server returns an error. charset must be None if the UTF8=ACCEPT capability was ena ... ンスタンスを返します。 IMAP4. sort ( sort_criteria , charset , search_criterion [ , ... ] ) ¶ sort 命令は searc ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r. set_content ( msg , <'str'> , subtype="plain" , charset='utf-8' cte=None , disposition=None , filename=Non ... 'list'> have MIME-Version headers, remove them. If charset is provided (which is valid only for str ), encode ... acter set. The default is utf-8 . If the specified charset is a known alias for a standard MIME charset name, ... use the standard charset instead. If cte is set, encode the payload using t ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 8131
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 護された (protected)" インスタンス変数 _info および _charset を初期化します。これらの変数の値は派生クラスで設定 ... text() と同じですが、エンコーディングが set_output_charset() で明示的に設定されていない場合、翻訳結果は優先シ ... 。 info ( ) ¶ "protected" の _info 変数を返します。 charset ( ) ¶ メッセージカタログファイルのエンコーディング ... を返します。 output_charset ( ) ¶ lgettext() と lngettext() の返り値となる翻訳 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7743
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nary data to be CTE encoded using the unknown-8bit charset. fold_binary ( name , value ) ¶ 返り値が bytes であ ... verted into a Header object using the unknown-8bit charset. Otherwise it is returned unmodified. fold ( name ... binary data are CTE encoded using the unknown-8bit charset. fold_binary ( name , value ) ¶ Headers are folded ... binary data is CTE encoded using the unknown-8bit charset. Otherwise the original source header is used, wit ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
PREV 1 2 3 NEXT