Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 51 for header (0.022 sec.)
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 12349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メールと MIME 処理のためのパッケージ » 19.1.6. email.headerregistry : カスタムヘッダーオブジェクト ¶ ソースコー ... ド: Lib/email/headerregistry.py バージョン 3.6 で追加: [1] Headers are ... r . The particular class used to represent a given header is determined by the header_factory of the policy ... in effect when the headers are created. This section documents the particula ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 12049
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... data is not constrained to be 7 bit clean. Data in headers is still required to be ASCII-only and so will be ... s in parsed messages will raise unexpected errors. header_max_count ( name ) ¶ name というヘッダに許される最 ... 大の数を返します。 Called when a header is added to an EmailMessage or Message object. If ... not 0 or None , and there are already a number of headers with the name name greater than or equal to the v ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 11779
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールと MIME 処理のためのパッケージ » 19.1.11. email.header : 国際化されたヘッダ ¶ ソースコード: Lib/email/hea ... l API. In the current API encoding and decoding of headers is handled transparently by the dictionary-like A ... tely control the character sets used when encoding headers. The remaining text in this section is the origin ... 47 、および RFC 2231 。 email パッケージは、 email.header および email.charset モジュールでこれらの規格をサポ ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 11705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es the core functionality for setting and querying header fields, for accessing message bodies, and for crea ... structured messages. An email message consists of headers and a payload (which is also referred to as the c ... ontent ). Headers are RFC 5322 or RFC 6532 style field names and va ... equence of sub-messages each with their own set of headers and their own payload. The latter type of payload ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 9876
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... essage class instead. An email message consists of headers and a payload . Headers must be RFC 5233 style na ... equence of sub-messages each with their own set of headers and their own payload. The latter type of payload ... Message object is that of an ordered dictionary of headers with additional methods for accessing both specia ... lized information from the headers, for accessing the payload, for generating a seri ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8767
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hanges to msg as well, such as adding various MIME headers to encode information needed to interpret the sto ... ualified name of the type. Also add a MIME-Version header if one is not present (see also MIMEPart ). add_ge ... provides a rich set of options for controlling the headers added to a part and controlling the content trans ... on=None , filename=None , cid=None , params=None , headers=None ) ¶ email.contentmanager. set_content ( msg ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 8722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... パクトになります。 quopri. decode ( input , output , header=False ) ¶ ファイル input の内容をデコードして、デコ ... ルオブジェクト でなければなりません。オプション引数 header が存在し、かつその値が真である場合、アンダースコア ... urpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text" で記述されているとこ ... ます。 quopri. encode ( input , output , quotetabs , header=False ) ¶ Encode the contents of the input file an ...
https://man.plustar.jp/python/library/quopri.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 8227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 変換されます)。デフォルトは 7-bit の us-ascii です。 header_encoding ¶ この文字集合が電子メールヘッダに使われる ... ない場合、この値は None になります。 body_encoding ¶ header_encoding と同じですが、この値はメッセージ本体のため ... それ以外の場合、この値は input_charset と同じです。 header_encode ( string ) ¶ 文字列 string をヘッダ用にエン ... ディングの形式 (base64 または quoted-printable) は、 header_encoding 属性に基づきます。 header_encode_lines ( ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r in overviews : ... print ( id , nntplib . decode_header ( over [ 'subject' ])) ... 1087 Re: Commit privile ... ends on the server. These items are either message headers (the key is then the lower-cased header name) or ... subject , from , date , message-id and references headers the :bytes metadata: the number of bytes in the e ... ntire raw article (including headers and body) the :lines metadata: the number of line ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 8153
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... w size") used when compressing data, and whether a header and trailer is included in the output. It can take ... The resulting output will include a zlib-specific header and trailer. -9 to -15: Uses the absolute value of ... rithm, while producing a raw output stream with no header or trailing checksum. +25 to +31 = 16 + (9 to 15): ... indow size logarithm, while including a basic gzip header and trailing checksum in the output. memLevel 引数 ...
https://man.plustar.jp/python/library/zlib.html - [similar]
PREV 1 2 3 4 5 6 NEXT