File: rfc2047.el.html
RFC 2047 is "MIME (Multipurpose Internet Mail Extensions) Part
Three: Message Header Extensions for Non-ASCII Text".
Defined variables (11)
rfc2047-allow-incomplete-encoded-text | Non-nil means allow incomplete encoded-text in successive encoded-words. |
rfc2047-allow-irregular-q-encoded-words | Whether to decode irregular Q-encoded words. |
rfc2047-charset-encoding-alist | Alist of MIME charsets to RFC2047 encodings. |
rfc2047-encode-encoded-words | Whether encoded words should be encoded again. |
rfc2047-encode-function-alist | Alist of RFC2047 encodings to encoding functions. |
rfc2047-encode-max-chars | Maximum characters of each header line that contain encoded-words. |
rfc2047-encoded-word-regexp | Regexp that matches encoded word. |
rfc2047-encoded-word-regexp-loose | Regexp that matches encoded word allowing loose Q encoding. |
rfc2047-encoding-type | The type of encoding done by ‘rfc2047-encode-region’. |
rfc2047-header-encoding-alist | Header/encoding method alist. |
rfc2047-quote-decoded-words-containing-tspecials | If non-nil, quote decoded words containing special characters. |
Defined functions (26)
rfc2047--break-line | (BREAK QWORD-BREAK) |
rfc2047-b-encode-string | (STRING) |
rfc2047-charset-to-coding-system | (CHARSET &optional ALLOW-OVERRIDE) |
rfc2047-decode-address-region | (START END) |
rfc2047-decode-address-string | (STRING) |
rfc2047-decode-encoded-words | (WORDS) |
rfc2047-decode-region | (START END &optional ADDRESS-MIME) |
rfc2047-decode-string | (STRING &optional ADDRESS-MIME) |
rfc2047-encodable-p | () |
rfc2047-encode | (B E) |
rfc2047-encode-1 | (COLUMN STRING CS ENCODER START CREST TAIL &optional EWORD) |
rfc2047-encode-message-header | () |
rfc2047-encode-parameter | (PARAM VALUE) |
rfc2047-encode-region | (B E &optional DONT-FOLD) |
rfc2047-encode-string | (STRING &optional DONT-FOLD) |
rfc2047-field-value | () |
rfc2047-fold-field | () |
rfc2047-fold-region | (B E) |
rfc2047-narrow-to-field | () |
rfc2047-pad-base64 | (STRING) |
rfc2047-q-encode-string | (STRING) |
rfc2047-qp-or-base64 | () |
rfc2047-quote-special-characters-in-quoted-strings | (&optional ENCODABLE-REGEXP) |
rfc2047-strip-backslashes-in-quoted-strings | () |
rfc2047-unfold-field | () |
rfc2047-unfold-region | (B E) |