Searched refs:MIME (Results 1 – 25 of 354) sorted by relevance
12345678910>>...15
/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/\*`.
|
D | mimewriter.rst | 1 :mod:`MimeWriter` --- Generic MIME file writer 5 :synopsis: Write MIME format files. 16 class implements a basic formatter for creating MIME multi-part files. It 40 Add a header line to the MIME message. The *key* is the name of the header,
|
D | email.message.rst | 22 MIME container documents (e.g. :mimetype:`multipart/\*` and 45 complete the transformation to a string (for example, MIME boundaries may 139 If there is no existing :mailheader:`MIME-Version` header one will be 157 representation of the message. MIME headers (:mailheader:`MIME-Version`, 468 :mailheader:`Content-Type` header is set a :mailheader:`MIME-Version` 530 the :mimetype:`text` main MIME type, then that item in the returned list 541 Here's an example that prints the MIME type of every part of a multipart 558 which can be used when generating the plain text of a MIME message. 563 The format of a MIME document allows for some text between the blank line 565 this text is never visible in a MIME-aware mail reader because it falls [all …]
|
/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.
|
D | msg_45.txt | 7 MIME-Version: 1.0 11 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
|
D | msg_06.txt | 3 MIME-Version: 1.0 18 MIME-Version: 1.0
|
D | msg_40.txt | 1 MIME-Version: 1.0
|
/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/syslinux/utils/ |
D | md5pass | 5 use MIME::Base64; 30 $salt = MIME::Base64::encode(random_bytes(6), '');
|
D | sha1pass | 5 use MIME::Base64; 30 $salt = MIME::Base64::encode(random_bytes(6), '');
|
/external/curl/tests/data/ |
D | test805 | 34 MIME-Version: 1.0 56 MIME-Version: 1.0
|
/external/curl/tests/server/ |
D | base64.pl | 3 use MIME::Base64 qw(encode_base64);
|
/external/curl/docs/ |
D | RESOURCES | 30 RFC 2045-2049 - Everything you need to know about MIME! (needed for form 49 RFC 2231 - MIME Parameter Value and Encoded Word Extensions:
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
D | dynamic-dnsmasq.pl | 38 use MIME::Base64; 125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
|
12345678910>>...15