X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-en.texi;h=a95ec3dd7bde51abed368fcbe0dc2c2ac48f1cc2;hb=e3747e8f4ecbf39d106d117fb494506089cc5c2a;hp=5ea98409d7a6d4e812e4176d7e0541c6d86ea8fe;hpb=998cf8597f9d0f40f257bd868f39b264a5f7db9d;p=elisp%2Fflim.git diff --git a/mime-en.texi b/mime-en.texi index 5ea9840..a95ec3d 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -1,13 +1,13 @@ \input texinfo.tex @setfilename mime-en.info -@settitle{FLIM 1.8 Manual about MIME Features} +@settitle{FLIM 1.9 Manual about MIME Features} @titlepage -@title FLIM 1.8 Manual about MIME Features +@title FLIM 1.9 Manual about MIME Features @author MORIOKA Tomohiko @subtitle 1998/07/01 @end titlepage @node Top, Introduction, (dir), (dir) -@top FLIM 1.8 Manual about MIME Features +@top FLIM 1.9 Manual about MIME Features @ifinfo @@ -126,19 +126,16 @@ on representation-type. @end defun -@defun mime-parse-message &optional default-ctl node-id - -Parse current buffer as message, and return the result as mime-entity. -@end defun - - -@defun mime-parse-buffer &optional buffer +@defun mime-parse-buffer &optional buffer type Parse @var{buffer} as message, and set the result to buffer local variable @code{mime-message-structure} of @var{buffer} as mime-entity.@refill -If @var{buffer} is omitted, current buffer is used. +If @var{buffer} is omitted, current buffer is used.@refill + +@var{type} is representation-type of created +mime-entity. (cf. @ref{mm-backend}) Default value is @var{buffer}. @end defun @@ -226,10 +223,14 @@ Return file name of @var{entity}. @end defun -@defun mime-entity-encoding entity +@defun mime-entity-encoding entity &optional default-encoding Return content-transfer-encoding of @var{entity}. -(cf. @ref{Content-Transfer-Encoding}) +(cf. @ref{Content-Transfer-Encoding}) @refill + +If the @var{entity} does not have Content-Transfer-Encoding field, this +function returns @var{default-encoding}. If it is nil, @code{"7bit"} is +used as default value. @end defun @@ -445,15 +446,16 @@ mechanism to represent kind of character code like MIME charset. @end quotation -FLIM $B$O(B Content-Type $BMs$r9=J82r@O$9$k4X?t$H(B Content-Type $BMs$N2r@O7k2L$r(B -$B3JG<$9$k9=B$BN(B @strong{mime-content-type} $B$rDs6!$7$^$9!#(B +FLIM provides parser for Content-Type field and structure +@strong{mime-content-type} to store information of +Content-Type field. @menu * Content-Type field:: Format of Content-Type field * mime-content-type:: mime-content-type structure -* Content-Type parser:: Parser for Content-Type field -* Content-Type utility:: Content-Type +* Content-Type parser:: Parser +* Content-Type utility:: Utility functions @end menu @node Content-Type field, mime-content-type, Content-Type, Content-Type @@ -552,7 +554,7 @@ content-type $B$N@8@.;R!#(B @node Content-Type parser, Content-Type utility, mime-content-type, Content-Type -@section Parser for Content-Type field +@section Parser @defun mime-parse-Content-Type string @@ -570,7 +572,7 @@ Content-Type $BMs$,B8:_$7$J$$>l9g$O(B nil $B$rJV$9!#(B @node Content-Type utility, , Content-Type parser, Content-Type -@section Content-Type +@section Utility functions @defun mime-type/subtype-string type &optional subtype @@ -679,14 +681,14 @@ FLIM $B$G$O(B Content-Transfer-Encoding $BMs$r9=J82r@O$9$k4X?t$rDs6!$7$^$9!#$ @menu -* Content-Transfer-Encoding parser:: Parser for Content-Transfer-Encoding field +* Content-Transfer-Encoding parser:: Parser * Region encoder/decoder:: Region encoding/decoding * String encoder/decoder:: String encoding/decoding * File encoder/decoder:: File encoding/decoding @end menu @node Content-Transfer-Encoding parser, Region encoder/decoder, Content-Transfer-Encoding, Content-Transfer-Encoding -@section Parser for Content-Transfer-Encoding field +@section Parser @defun mime-parse-Content-Transfer-Encoding string