X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-lib.el;h=826d9a586cfdc9405d7650333f3ee38b1db89148;hb=5f3d2b0a8c2be33e9a770a0dc16598ac44d96338;hp=d32cba762a84f8a2a4ec6f805efb4ca8ae09a501;hpb=ee736183741e2bd36e1732c1e51a4bb8d36e706d;p=elisp%2Fflim.git diff --git a/mime-lib.el b/mime-lib.el index d32cba7..826d9a5 100644 --- a/mime-lib.el +++ b/mime-lib.el @@ -29,24 +29,26 @@ (require 'mime-def) (require 'eword-decode) +(autoload 'eword-encode-field "eword-encode" + "Encode header field STRING, and return the result.") +(autoload 'eword-encode-header "eword-encode" + "Encode header fields to network representation, such as MIME encoded-word.") + (autoload 'mime-parse-Content-Type "mime-parse" "Parse STRING as field-body of Content-Type field.") - (autoload 'mime-read-Content-Type "mime-parse" "Read field-body of Content-Type field from current-buffer, and return parsed it.") (autoload 'mime-parse-Content-Disposition "mime-parse" "Parse STRING as field-body of Content-Disposition field.") - (autoload 'mime-read-Content-Disposition "mime-parse" "Read field-body of Content-Disposition field from current-buffer, and return parsed it.") (autoload 'mime-parse-Content-Transfer-Encoding "mime-parse" "Parse STRING as field-body of Content-Transfer-Encoding field.") - (autoload 'mime-read-Content-Transfer-Encoding "mime-parse" "Read field-body of Content-Transfer-Encoding field from current-buffer, and return it.")