Searched refs:MIME (Results 1 – 25 of 384) sorted by relevance
12345678910>>...16
/external/python/cpython3/Doc/library/ |
D | mimetypes.rst | 1 :mod:`mimetypes` --- Map filenames to MIME types 5 :synopsis: Mapping of filename extensions to MIME types. 11 .. index:: pair: MIME; content type 15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type 17 to MIME type and from MIME type to filename extension; encodings are not 31 .. index:: pair: MIME; headers 36 ``'type/subtype'``, usable for a MIME :mailheader:`content-type` header. 45 The optional *strict* argument is a flag specifying whether the list of known MIME types 49 *strict* is ``False``, some additional non-standard but commonly used MIME types 55 Guess the extensions for a file based on its MIME type, given by *type*. The [all …]
|
D | mailcap.rst | 11 Mailcap files are used to configure how MIME-aware applications such as mail 12 readers and Web browsers react to files with different MIME types. (The name 15 encounters an email message or Web document with the MIME type 29 is the mailcap entry for a given MIME type. If no matching MIME type can be 34 simply want to view the body of the MIME-typed data. Other possible values 36 MIME type or alter the existing body data. See :rfc:`1524` for a complete list 60 Returns a dictionary mapping MIME types to a list of mailcap file entries. This
|
D | quopri.rst | 1 :mod:`quopri` --- Encode and decode MIME quoted-printable data 5 :synopsis: Encode and decode files using the MIME quoted-printable encoding. 11 single: MIME; quoted-printable encoding 16 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One: 29 described in :rfc:`1522`: "MIME (Multipurpose Internet Mail Extensions) 63 Encode and decode MIME base64 data
|
D | email.mime.rst | 1 :mod:`email.mime`: Creating email and MIME objects from scratch 5 :synopsis: Build MIME messages. 21 around, etc. This makes a very convenient interface for slicing-and-dicing MIME 25 instances, adding attachments and all the appropriate headers manually. For MIME 37 This is the base class for all the MIME-specific subclasses of 41 MIME-aware subclasses. 55 :mailheader:`MIME-Version` header (always set to ``1.0``). 68 class for MIME messages that are not :mimetype:`multipart`. The primary 83 class for MIME messages that are :mimetype:`multipart`. Optional *_subtype* 86 will be added to the message object. A :mailheader:`MIME-Version` header will [all …]
|
D | email.contentmanager.rst | 1 :mod:`email.contentmanager`: Managing MIME Content 5 :synopsis: Storing and Retrieving Content from MIME Parts 20 to register converters between MIME content and other representations, as 35 * the string representing the full MIME type (``maintype/subtype``) 40 full MIME type. 51 various MIME headers to encode information needed to interpret the stored 70 Also add a :mailheader:`MIME-Version` header if one is not present (see 135 * For ``str``, set the MIME ``maintype`` to ``text``, and set the 148 MIME charset name, use the standard charset instead.
|
D | email.examples.rst | 7 and send simple email messages, as well as more complex MIME messages. 21 Here's an example of how to send a MIME message containing a bunch of family 33 Here's an example of how to unpack a MIME message like the one
|
/external/python/cpython2/Doc/library/ |
D | mimetypes.rst | 1 :mod:`mimetypes` --- Map filenames to MIME types 5 :synopsis: Mapping of filename extensions to MIME types. 9 .. index:: pair: MIME; content type 15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type 17 to MIME type and from MIME type to filename extension; encodings are not 31 .. index:: pair: MIME; headers 36 ``'type/subtype'``, usable for a MIME :mailheader:`content-type` header. 45 The optional *strict* argument is a flag specifying whether the list of known MIME types 49 *strict* is ``False``, some additional non-standard but commonly used MIME types 55 Guess the extensions for a file based on its MIME type, given by *type*. The [all …]
|
D | quopri.rst | 1 :mod:`quopri` --- Encode and decode MIME quoted-printable data 5 :synopsis: Encode and decode files using the MIME quoted-printable encoding. 10 single: MIME; quoted-printable encoding 17 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One: 31 "Q"-encoded headers as described in :rfc:`1522`: "MIME (Multipurpose Internet 62 General utilities for processing of MIME messages. 65 Encode and decode MIME base64 data
|
D | email.mime.rst | 1 :mod:`email.mime`: Creating email and MIME objects from scratch 5 :synopsis: Build MIME messages. 13 around, etc. This makes a very convenient interface for slicing-and-dicing MIME 17 instances, adding attachments and all the appropriate headers manually. For MIME 29 This is the base class for all the MIME-specific subclasses of 33 MIME-aware subclasses. 43 :mailheader:`MIME-Version` header (always set to ``1.0``). 53 class for MIME messages that are not :mimetype:`multipart`. The primary 69 class for MIME messages that are :mimetype:`multipart`. Optional *_subtype* 72 will be added to the message object. A :mailheader:`MIME-Version` header will [all …]
|
D | mailcap.rst | 11 Mailcap files are used to configure how MIME-aware applications such as mail 12 readers and Web browsers react to files with different MIME types. (The name 15 encounters an email message or Web document with the MIME type 29 is the mailcap entry for a given MIME type. If no matching MIME type can be 34 simply want to view the body of the MIME-typed data. Other possible values 36 MIME type or alter the existing body data. See :rfc:`1524` for a complete list 60 Returns a dictionary mapping MIME types to a list of mailcap file entries. This
|
D | mimetools.rst | 2 :mod:`mimetools` --- Tools for parsing MIME messages 6 :synopsis: Tools for parsing MIME-style message bodies. 19 MIME multipart or encoded message. 39 Read data encoded using the allowed MIME *encoding* from open file object 50 MIME *encoding* to open file object *output*. Valid values for *encoding* are 75 Support for reading files which contain distinct parts, such as MIME data. 78 The MIME Frequently Asked Questions document. For an overview of MIME, see the
|
D | email-examples.rst | 7 and send simple email messages, as well as more complex MIME messages. 20 Here's an example of how to send a MIME message containing a bunch of family 32 Here's an example of how to unpack a MIME message like the one
|
D | mimify.rst | 2 :mod:`mimify` --- MIME processing of mail messages 15 from MIME format. The mail message can be either a simple message or a 35 and adding MIME mail headers when necessary. *infile* and *outfile* can be file 60 Return a MIME-encoded version of the header line in *line*. 95 Encode and decode MIME quoted-printable files.
|
D | email.generator.rst | 1 :mod:`email.generator`: Generating MIME documents 17 standards-compliant way, should handle MIME and non-MIME email messages just 58 be properly MIME encoded. 107 * ``type`` -- Full MIME type of the non-\ :mimetype:`text` part 109 * ``maintype`` -- Main MIME type of the non-\ :mimetype:`text` part 111 * ``subtype`` -- Sub-MIME type of the non-\ :mimetype:`text` part
|
D | multifile.rst | 6 :synopsis: Support for reading files which contain distinct parts, such as some MIME data. 18 to make it useful for parsing MIME multipart messages, but by subclassing it and 30 want random access to the individual MIME parts. To use :class:`MultiFile` on a 98 all MIME boundaries have) but it is declared so it can be overridden in derived 127 prepends ``'--'`` (which MIME section boundaries have) but it is declared so 135 prepends ``'--'`` and appends ``'--'`` (like a MIME-multipart end-of-message 168 """Return the first element in a multipart MIME message on stream
|
D | email.iterators.rst | 30 match the MIME type specified by *maintype* and *subtype*. 32 Note that *subtype* is optional; if omitted, then subpart MIME type matching is 37 MIME type of :mimetype:`text/\*`.
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_21.txt | 6 MIME message 9 MIME-Version: 1.0 15 MIME-Version: 1.0 20 End of MIME message
|
D | msg_26.txt | 10 MIME-Version: 1.0 15 This message is in MIME format which your mailer apparently does not support. 16 You either require a newer version of your software which supports MIME, or 17 a separate MIME decoding utility. Alternatively, ask the sender of this
|
D | msg_05.txt | 4 MIME-Version: 1.0 9 This is a MIME-encapsulated message.
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_21.txt | 6 MIME message 9 MIME-Version: 1.0 15 MIME-Version: 1.0 20 End of MIME message
|
D | msg_26.txt | 10 MIME-Version: 1.0 15 This message is in MIME format which your mailer apparently does not support. 16 You either require a newer version of your software which supports MIME, or 17 a separate MIME decoding utility. Alternatively, ask the sender of this
|
D | msg_05.txt | 4 MIME-Version: 1.0 9 This is a MIME-encapsulated message.
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 54 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or 55 # some-charset{MIME* IANA*}. The order of tags does not matter, and 70 # Supporting XML parsers, HTML, MIME, and similar applications 133 MIME # Source: http://www.iana.org/assignments/character-sets 142 UTF-8 { IANA* MIME* JAVA* WINDOWS } 158 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA } 168 UTF-16BE { IANA* MIME* JAVA* } x-utf-16be { JAVA } 192 UTF-16LE { IANA* MIME* JAVA* } x-utf-16le { JAVA } 209 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA } 312 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* } [all …]
|
/external/curl/tests/data/ |
D | test589 | 6 HTTP MIME 34 make a HTTP MIME POST set to NULL
|
/external/cros/system_api/dbus/vm_applications/ |
D | apps.proto | 66 // MIME type mapping information internal to the container. 68 // MIME type mappings with file extension as the key without a period prefix 69 // and MIME type as the value.
|
12345678910>>...16