tm 7.17.
[elisp/tm.git] / doc / tm_en.texi
index 77da73b..79d0c18 100644 (file)
@@ -6,24 +6,26 @@
 @titlepage
 @title tm Manual (English Version)
 @author by MORIOKA Tomohiko
-@code{$Id: tm_en.texi,v 7.0 1995/10/04 15:16:13 morioka Exp $}
+@code{$Id: tm_en.texi,v 7.2 1995/10/18 18:14:25 morioka Exp $}
 @end titlepage
 
 
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 @ifinfo
-@top tm 6.78 Reference manual
+@top tm 7.16 Reference manual
 @end ifinfo
 
 @menu
-* Introduction::   What is tm?
-* Emacs Versions:: Differences between each emacs variants.
+* Introduction::              What is tm?
+* Emacs Versions::            Differences between each emacs variants.
 * Install::
 * Setting::
-* tm-MUA::
-* tm-view: (tm-view_en.info).
-* Bug report:: How to report bug and about mailing list of tm.
+* tm-MUA::                    Extension of mh-e, GNUS, RMAIL and VM
+* tm-view: (tm-view_en.info). MIME message navigator.
+* encoded-word::              
+* Bug report::                How to report bug and about mailing list
+                              of tm.
 * Concept Index::
 * Command Index::
 * Variable Index::
@@ -343,7 +345,7 @@ You may find the valuable hints in tm-setup.el if you want to set up
 MIME environment without loading the tm-provided setup files.
 
 
-@node tm-MUA, Bug report, Setting, Top
+@node tm-MUA, encoded-word, Setting, Top
 @comment  node-name,  next,  previous,  up
 @chapter tm-MUA
 @cindex tm-MUA
@@ -391,7 +393,62 @@ setting.
 @end menu
 
 
-@node Bug report, Concept Index, tm-MUA, Top
+@node encoded-word, Bug report, tm-MUA, Top
+@comment  node-name,  next,  previous,  up
+@chapter encoded-word
+@cindex encoded-word
+@cindex non-ASCII field
+@cindex message header
+
+tm has functions about encoded-word defined in RFC 1522.
+
+@menu
+* decode: (tm-view_en.info)encoded-word. decode
+* encoded-word encoding::                encode
+* encoded-word utility::
+@end menu
+
+
+@node encoded-word encoding, encoded-word utility, encoded-word, encoded-word
+@comment  node-name,  next,  previous,  up
+@section encoded-word encoding
+
+@deffn{Command} mime/decode-message-header
+
+It encodes message header of current buffer.
+@end deffn
+
+
+@deffn{Function} mime/encode-field str
+
+It encodes @var{str} as a field.
+@end deffn
+
+
+@deffn{Function} mime-eword/encode-string str &optional column mode
+
+It encodes @var{str}.
+
+@var{column} specifies start column. Default value is 0.
+
+@var{mode} specifies where @var{str} is in. Available values are
+@code{text}, @code{comment}, @code{phrase}. Default value is
+@code{phrase}.
+@end deffn
+
+
+@node encoded-word utility,  , encoded-word encoding, encoded-word
+@comment  node-name,  next,  previous,  up
+@section encoded-word utility
+
+@deffn{Function} mime/exist-encoded-word-in-subject
+
+If there are encoded-words in Subject: field in current buffer,
+it returns field-body of the Subject: field.
+@end deffn
+
+
+@node Bug report, Concept Index, encoded-word, Top
 @comment  node-name,  next,  previous,  up
 @chapter How to report bug and about mailing list of tm
 @cindex bug report