X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-en.sgml;h=f9d5d4e084ce614ecad8aa0f7c365354baeb66e2;hb=4a15ad0838f7f2ab125b4f766b127aefc828580c;hp=0b7ff72fd7944a5127506b886d79f35f7991a0eb;hpb=e05caedcf950adb13a8fdec9e3abb2bd739d4c98;p=elisp%2Fflim.git diff --git a/mime-en.sgml b/mime-en.sgml index 0b7ff72..f9d5d4e 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -1,6 +1,6 @@ -FLIM 1.8 Manual about MIME Features +<title>FLIM 1.9 Manual about MIME Features <author>MORIOKA Tomohiko <mail>morioka@jaist.ac.jp</mail> <date>1998/07/01 @@ -98,20 +98,17 @@ Open an entity and return it. depended on representation-type. </defun> -<defun name="mime-parse-message"> - <opts> default-ctl node-id -<p> -Parse current buffer as message, and return the result as mime-entity. -</defun> - <defun name="mime-parse-buffer"> - <opts> buffer + <opts> buffer type <p> Parse <var>buffer</var> as message, and set the result to buffer local variable <code>mime-message-structure</code> of <var>buffer</var> as mime-entity. <p> If <var>buffer</var> is omitted, current buffer is used. +<p> +<var>type</var> is representation-type of created mime-entity. <cf +node="mm-backend"> Default value is <var>buffer</var>. </defun> @@ -200,10 +197,14 @@ Return file name of <var>entity</var>. </defun> <defun name="mime-entity-encoding"> - <args> entity + <args> entity <opts> default-encoding <p> Return content-transfer-encoding of <var>entity</var>. <cf node="Content-Transfer-Encoding"> +<p> +If the <var>entity</var> does not have Content-Transfer-Encoding +field, this function returns <var>default-encoding</var>. If it is +nil, <code>"7bit"</code> is used as default value. </defun> <defun name="mime-entity-cooked-p"> @@ -603,7 +604,7 @@ FLIM $B$G$O(B Content-Transfer-Encoding $BMs$r9=J82r@O$9$k4X?t$rDs6!$7$^$9!#$ $B6!$5$l$^$9!#(B -<h2> Parser for Content-Transfer-Encoding field +<h2> Parser <node> Content-Transfer-Encoding parser <p> <defun name="mime-parse-Content-Transfer-Encoding">