|
FLIM: Version 1.14.3
Merged MIME Parameter Value decoder.
* mime-parse.el (mime-decode-parameter-value): Use one temporary
buffer.
* eword-decode.el (eword-encoded-word-regexp): Match for language.
* mime-def.el (mime-charset-regexp): Updated for RFC2231.
* mime-parse.el (mime-decode-parameter-value): New
implementation; use temporary buffer for conversion.
* test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11,
test-rfc2231-12): New testcases for language info.
* mime-def.el (mime-content-type-parameter): Expand
`mime-content-type-parameters'.
* test/test-rfc2231.el: Made independent of internal
representation of Content-Type.
* FLIM-MK (check-flim): Limit filename of test files.
* test/test-rfc2231.el: New file.
* mime-parse.el (mime-decode-parameter-plist): Shortcut for
parameters without extensions.
* mime-def.el (make-mime-content-type): Don't reverse parameters.
(make-mime-content-disposition): New function.
(mime-decode-parameter-encode-segment): New function.
(mime-decode-parameter-plist): New implementation.
Switched from decode-then-concat to concat-then-decode model.
* lunit.el (lunit-test-listener-*): Abolish generic interface.
(lunit-test-result-notify): New function.
(lunit-create-index-function): New function.
* mel-b-dl.el: Don't do `dynamic-call' at compile-time.
(base64-dl-handle): Don't eval at compile-time.
Support for built-in `md5' of Emacs 21.
* md5.el (md5-dl-module): Moved from md5-dl.el.
Use it for test whether to require 'md5-dl.
(hmac-md5-96): New function.
(hmac-sha1-96): New function.
* mime.el (mime-find-root-entity): Find root recursively.
MIME Parameter Value decoder support.
* mime-parse.el (mime-lexical-analyze): New function.
(mime-decode-parameter-value, mime-decode-parameter-plist,
mime-parse-alist-to-plist, mime-decode-parameter-alist):
New functions.
(mime-parse-parameters): New function.
(mime-parse-Content-Type, mime-parse-Content-Disposition,
mime-parse-Content-Transfer-Encoding): New implementation.
(mime-read-Content-Type, mime-read-Content-Disposition,
mime-read-Content-Transfer-Encoding): Ditto.
|