From e9756158f4d0c005059245481e68277be5372369 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 30 Jun 1998 04:08:44 +0000 Subject: [PATCH] (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'. --- mime-ja.sgml | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/mime-ja.sgml b/mime-ja.sgml index d253b15..58f06ca 100644 --- a/mime-ja.sgml +++ b/mime-ja.sgml @@ -154,9 +154,20 @@ local $BJQ?t(B mime-message-structure $B$K3JG<$9$k$3$H$K$7$^$9!# -

Message $B$N2r@O4o(B - Message parser +

Entity $B$N@8@.(B + Entity creation

+ + type location +

+Open an entity and return it. +

+type is representation-type. +

+location is location of entity. Specification of it is +depended on representation-type. + + default-ctl node-id

@@ -365,6 +376,13 @@ Entity $B$N(B file $BL>$rJV$9!#(B node="Content-Transfer-Encoding"> + + entity +

+Return non-nil if contents of entity has been already +code-converted. + +

Entity $B$NFbMF(B Entity-content @@ -375,6 +393,24 @@ node="Content-Transfer-Encoding"> entity $B$NFbMF$N(B byte $BNs$rJV$9!#(B + + entity filename +

+Write content of entity into filename. + + + + entity filename +

+Write representation of entity into filename. + + + + entity filename +

+Write body of entity into filename. + +

Content-Type $BMs$N>pJs(B Content-Type -- 1.7.10.4