70
|
1 @c $Id: tm-ew=en.texi,v 1.1.1.1 1996/12/18 22:43:52 steve Exp $
|
|
2
|
|
3 @node encoded-word, customize, tm-edit, Top
|
|
4 @comment node-name, next, previous, up
|
|
5 @chapter encoded-word
|
|
6 @cindex encoded-word
|
|
7 @cindex non-ASCII field
|
|
8 @cindex message header
|
|
9
|
|
10 tm has some functions about encoded-word defined in RFC 1522.
|
|
11
|
|
12 @menu
|
|
13 * encoded-word decoding:: decode
|
|
14 * encoded-word encoding:: encode
|
|
15 * encoded-word utility::
|
|
16 @end menu
|
|
17
|
|
18
|
|
19 @node encoded-word encoding, encoded-word utility, encoded-word, encoded-word
|
|
20 @comment node-name, next, previous, up
|
|
21 @section encoded-word encoding
|
|
22
|
|
23 @deffn{Command} mime/encode-message-header
|
|
24
|
|
25 It encodes non-ASCII characters in message header of current buffer.
|
|
26 @end deffn
|
|
27
|
|
28
|
|
29 @deffn{Function} mime/encode-field str
|
|
30
|
|
31 It encodes @var{str} as a field.
|
|
32 @end deffn
|
|
33
|
|
34
|
|
35 @deffn{Function} mime-eword/encode-string str &optional column mode
|
|
36
|
|
37 It encodes @var{str}.
|
|
38
|
|
39 @var{column} specifies start column. Default value is 0.
|
|
40
|
|
41 @var{mode} specifies where @var{str} is in. Available values are
|
|
42 @code{text}, @code{comment}, @code{phrase}. Default value is
|
|
43 @code{phrase}.
|
|
44 @end deffn
|
|
45
|
|
46
|
|
47 @node encoded-word utility, , encoded-word encoding, encoded-word
|
|
48 @comment node-name, next, previous, up
|
|
49 @section encoded-word utility
|
|
50
|
|
51 @deffn{Function} mime/exist-encoded-word-in-subject
|
|
52
|
|
53 If there are encoded-words in Subject: field in current buffer,
|
|
54 it returns field-body of the Subject: field.
|
|
55 @end deffn
|