+1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * mime-ja.sgml (Entity creation): Add description of
+ `mime-open-entity'.
+ (Entity Attributes): Add description of `mime-entity-cooked-p'.
+ (Entity-content): Add description of `mime-write-entity-content',
+ `mime-write-entity' and `mime-write-entity-body'.
+
1998-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mime.el (mime-write-entity-content): New function.
@menu
-* Message parser:: Message \e$B$N2r@O4o\e(B
+* Entity creation:: Entity \e$B$N@8@.\e(B
* Entity hierarchy:: Entity \e$B3,AX\e(B
* Entity buffer:: Entity \e$B$N\e(B buffer \e$B$K$h$kI=8=\e(B
* Entity-header:: Entity header \e$B$N>pJs\e(B
* Entity-content:: Entity \e$B$NFbMF\e(B
@end menu
-@node Message parser, Entity hierarchy, Entity, Entity
-@section Message \e$B$N2r@O4o\e(B
+@node Entity creation, Entity hierarchy, Entity, Entity
+@section Entity \e$B$N@8@.\e(B
+
+@defun mime-open-entity &optional type location
+
+Open an entity and return it.@refill
+
+@var{type} is representation-type.@refill
+
+@var{location} is location of entity. Specification of it is depended
+on representation-type.
+@end defun
+
@defun mime-parse-message &optional default-ctl node-id
-@node Entity hierarchy, Entity buffer, Message parser, Entity
+@node Entity hierarchy, Entity buffer, Entity creation, Entity
@section Entity \e$B3,AX\e(B
@defvar mime-message-structure
@end defun
+@defun mime-entity-cooked-p entity
+
+Return non-nil if contents of @var{entity} has been already
+code-converted.
+@end defun
+
+
@node Entity-content, , Entity Attributes, Entity
@section Entity \e$B$NFbMF\e(B
@end defun
+@defun mime-write-entity-content entity filename
+
+Write content of @var{entity} into @var{filename}.
+@end defun
+
+
+@defun mime-write-entity entity filename
+
+Write representation of @var{entity} into @var{filename}.
+@end defun
+
+
+@defun mime-write-entity-body entity filename
+
+Write body of @var{entity} into @var{filename}.
+@end defun
+
+
@node Content-Type, Content-Disposition, Entity, Top
@chapter Content-Type \e$BMs$N>pJs\e(B