8
|
1 \input texinfo.tex
|
|
2 @setfilename tm-edit-ja.info
|
|
3 @settitle{tm-edit 7.90 $B@bL@=q!JF|K\8lHG!K(B}
|
|
4 @titlepage
|
|
5 @title tm-edit 7.90 $B@bL@=q!JF|K\8lHG!K(B
|
|
6 @author $B<i2,(B $BCNI'(B <morioka@@jaist.ac.jp>
|
|
7 @subtitle 1996/10/11
|
|
8 @end titlepage
|
|
9 @node Top, Introduction, (dir), (dir)
|
|
10 @top tm-edit 7.90 $B@bL@=q!JF|K\8lHG!K(B
|
|
11
|
|
12 @ifinfo
|
|
13
|
|
14 This file documents tm-edit, a MIME composer for GNU Emacs.@refill
|
|
15
|
|
16 GNU Emacs $BMQ$N(B MIME composer $B$G$"$k(B `tm-edit' $B$K$D$$$F@bL@$7$^$9!#(B
|
|
17 @end ifinfo
|
|
18
|
|
19 @menu
|
|
20 * Introduction:: What is tm-edit?
|
|
21 * mime/editor-mode::
|
|
22 * single-part operations:: single-part $B$KBP$9$kA`:n(B
|
|
23 * enclosure operation:: enclosure $B$KBP$9$kA`:n(B
|
|
24 * other operations of mime/editor-mode:: mime/editor-mode $B$K$*$1$k$=$NB>$NA`:n(B
|
|
25 * transfer level::
|
|
26 * header:: header $B$G$NHs(B ASCII $BJ8;z$N;HMQ(B
|
|
27 * PGP::
|
|
28 * Concept Index:: $B35G0:w0z(B
|
|
29 * Function Index:: $B4X?t:w0z(B
|
|
30 * Variable Index:: $BJQ?t:w0z(B
|
|
31 @end menu
|
|
32
|
|
33 @node Introduction, mime/editor-mode, Top, Top
|
|
34 @chapter What is tm-edit?
|
|
35
|
|
36 @cindex{tm-edit}@strong{tm-edit} $B$O(B GNU Emacs $B$GF0:n$9$kHFMQE*$J(B MIME
|
|
37 composer $B$G$9!#(B@refill
|
|
38
|
|
39 tm-edit $B$O(B GNUS $B$N:n<T$H$7$F$bM-L>$J(B $BG_ED(B $B@/?.(B
|
|
40 <umerin@@mse.kyutech.ac.jp> $B$5$s$,=q$+$l$?(B
|
|
41 @file{mime.el} $B$r4p$K(B
|
|
42
|
|
43 @itemize @bullet
|
|
44 @item
|
|
45 RFC 1521/1522 $B2=(B
|
|
46 @item
|
|
47 Content-Disposition field (@ref{(tm-ja)Content-Disposition}) (RFC 1806)
|
|
48 $B$NMxMQ(B
|
|
49 @item
|
|
50 $BF~$l;R$K$J$C$?(B multi-part message (@ref{(tm-ja)multipart})
|
|
51 @item
|
|
52 PGP (@ref{PGP})
|
|
53 @item
|
|
54 file type $B$K$*$1$k(B parameter $B$N<+F0;XDj$N6/2=(B
|
|
55 @end itemize
|
|
56
|
|
57 @noindent
|
|
58 $B$J$I$N2~NI$r9T$$$^$7$?!#(B
|
|
59
|
|
60 tm-MUA (@ref{(tm-ja)tm-MUA}) $B$G$O(B tm-edit $B$r;H$&$3$H$K$h$j!"MF0W$K(B MIME
|
|
61 message $B$r:n@.$G$-$^$9!#(B
|
|
62
|
|
63
|
|
64 @node mime/editor-mode, single-part operations, Introduction, Top
|
|
65 @chapter mime/editor-mode
|
|
66
|
|
67 @cindex{mime/editor-mode}@strong{mime/editor-mode} $B$O(B MIME message $B$r:n(B
|
|
68 $B@.$9$k$?$a$N(B minor mode $B$G$9!#$3$N(B mode $B$G$O(B @cindex{tag}@strong{tag} $B$r(B
|
|
69 $B;H$C$F$5$^$6$^$J<oN`$N(B data $B$rI=8=$7!"J#?t$NItJ,$+$i$J$k(B message
|
|
70 (@ref{(tm-ja)multipart}) $B$rJT=8$9$k$3$H$r2DG=$K$7$F$$$^$9!#(B@refill
|
|
71
|
|
72 tag $B$K$O(B
|
|
73
|
|
74 @itemize @bullet
|
|
75 @item
|
|
76 single-part tag
|
|
77 @item
|
|
78 multi-part tag
|
|
79 @end itemize
|
|
80
|
|
81 @noindent
|
|
82 $B$N#2$D$,$"$j$^$9!#(B
|
|
83
|
|
84 single-part tag $B$O(B single part $B$rI=8=$9$k$?$a$N(B tag $B$G!"(B@refill
|
|
85
|
|
86 @example
|
|
87 --[[TYPE/SUBTYPE;PARAMETERS][ENCODING]
|
|
88 OPTIONAL-FIELDS]
|
|
89 @end example
|
|
90
|
|
91 @noindent
|
|
92 $B$H$$$&$h$&$J7A$r$7$F$$$^$9!#(B
|
|
93
|
|
94 TYPE/SUBTYPE $B$*$h$S(B PARAMETERS $B$O(B Content-Type field
|
|
95 (@ref{(tm-ja)Content-Type field}) $B$N(B type/subtype $B$*$h$S(B parameters $B$rI=(B
|
|
96 $B$7$^$9!#(BTYPE/SUBTYPE $B$OI,?\$G$"$j!"(BPARAMETERS $B$O>JN,2D$G$9!#(B@refill
|
|
97
|
|
98 ENCODING $B$O(B Content-Transfer-Encoding field $B$rI=$7$^$9!#$3$l$b>JN,2D$G$9!#(B
|
|
99 @refill
|
|
100
|
|
101 OPTIONAL-FIELDS $B$O(B Content-Type, Content-Transfer-Encoding $B0J30$N(B field
|
|
102 $B$r=q$/$?$a$NItJ,$G!">JN,2D$G$9!#(B@refill
|
|
103
|
|
104 multi-part tag $B$O(B multi part (@ref{(tm-ja)multipart}) $B$rI=8=$9$k$?$a$N(B
|
|
105 tag $B$G!"(B@refill
|
|
106
|
|
107 @example
|
|
108 --<<TYPE>>-@@@{
|
|
109 @end example
|
|
110
|
|
111 @noindent
|
|
112 $B$H$$$&7A$N(B @cindex{multi-part $B3+;O(B tag}@strong{multi-part $B3+;O(B tag} $B$H8F$P$l$k(B multi
|
|
113 part $B$N3+;O$r<($9(B tag $B$H(B
|
|
114
|
|
115 @example
|
|
116 --@@@}-<<TYPE>>
|
|
117 @end example
|
|
118
|
|
119 @noindent
|
|
120 $B$H$$$&7A$N(B @cindex{multi-part $B=*N;(B tag}@strong{multi-part $B=*N;(B tag} $B$H8F$P$l$k(B multi
|
|
121 part $B$N=*N;$r<($9(B tag $B$,$"$j$^$9!#(B
|
|
122
|
|
123 $B$^$?!"(Bmulti-part $B3+;O(B tag $B$H(B multi-part $B=*N;(B tag $B$G0O$^$l$?ItJ,$r(B
|
|
124 @cindex{enclosure}@strong{enclosure} $B$H8F$S$^$9!#(B
|
|
125
|
|
126
|
|
127 @node single-part operations, enclosure operation, mime/editor-mode, Top
|
|
128 @chapter single-part $B$KBP$9$kA`:n(B
|
|
129
|
|
130 single-part $B$r:n$k$?$a$NA`:n$K$O0J2<$N$h$&$J$b$N$,$"$j$^$9!#(B
|
|
131
|
|
132 @table @kbd
|
|
133 @item @key{C-c C-x C-t}
|
|
134 text part $B$rI=$9(B single-part tag $B$rA^F~$7$^$9!#(B
|
|
135
|
|
136 @item @key{C-c C-x C-i}
|
|
137 file $B$r(B MIME part $B$H$7$FE:IU$7$^$9!#(B
|
|
138
|
|
139 @item @key{C-c C-x C-e}
|
|
140 external part $B$rA^F~$7$^$9!#(B
|
|
141
|
|
142 @item @key{C-c C-x C-v}
|
|
143 @kbd{C-g} $B$,2!$5$l$k$^$GO?2;$r9T$$!"2;@<(B part $B$rA^F~$7$^$9!#!J;H(B
|
|
144 $BMQ$G$-$J$$>l9g$,$"$j$^$9!K(B
|
|
145
|
|
146 @item @key{C-c C-x C-y}
|
|
147 $B8=:_I=<(Cf$N(B (mail or news) message $B$rA^F~$7$^$9!#!J<B:]$NF0:n$O;HMQ$7(B
|
|
148 $B$F$$$k(B MUA $B$K0MB8$7$^$9!K(B
|
|
149
|
|
150 @item @key{C-c C-x C-m}
|
|
151 mail message $B$rA^F~$7$^$9!#(B
|
|
152
|
|
153 @item @key{C-c C-x C-w}, @key{C-c C-x C-s}
|
|
154 signature $B$rA^F~$7$^$9!#(B
|
|
155
|
|
156 @item @key{C-c C-x C-k}
|
|
157 PGP (@ref{PGP}) $B$N8x3+80$rA^F~$7$^$9!#(B
|
|
158
|
|
159 @item @key{C-c C-x t}
|
|
160 $BG$0U$N(B single-part tag $B$rA^F~$7$^$9!#(B
|
|
161
|
|
162 @end table
|
|
163
|
|
164
|
|
165
|
|
166 @node enclosure operation, other operations of mime/editor-mode, single-part operations, Top
|
|
167 @chapter enclosure $B$KBP$9$kA`:n(B
|
|
168
|
|
169 enclosure $B$r:n$k$?$a$NA`:n$H$7$F$O0J2<$N$h$&$J$b$N$,$"$j$^$9!#(B
|
|
170
|
|
171 @table @kbd
|
|
172 @item @key{C-c C-x a}
|
|
173 $B;XDj$7$?(B region $B$r(B multipart/alternative $B$H$7$F0O$_$^$9!#(B
|
|
174
|
|
175 @item @key{C-c C-x p}
|
|
176 $B;XDj$7$?(B region $B$r(B multipart/parallel $B$H$7$F0O$_$^$9!#(B
|
|
177
|
|
178 @item @key{C-c C-x m}
|
|
179 $B;XDj$7$?(B region $B$r(B multipart/mixed $B$H$7$F0O$_$^$9!#(B
|
|
180
|
|
181 @item @key{C-c C-x d}
|
|
182 $B;XDj$7$?(B region $B$r(B multipart/digest $B$H$7$F0O$_$^$9!#(B
|
|
183
|
|
184 @item @key{C-c C-x s}
|
|
185 $B;XDj$7$?(B region $B$KEE;R=pL>$r9T$$$^$9!#(B(@ref{PGP})
|
|
186
|
|
187 @item @key{C-c C-x e}
|
|
188 $B;XDj$7$?(B region $B$r0E9f2=$7$^$9!#(B(@ref{PGP})
|
|
189
|
|
190 @item @key{C-c C-x q}
|
|
191 $B;XDj$7$?(B region $BFb$N(B tag $B$rL58z$K$7!"$=$N(B tag $B$rJ8;zNs$H$7$FMxMQ$G$-$k(B
|
|
192 $B$h$&$K$7$^$9!#!J8=:_$NHG$G$O$&$^$/F/$+$J$$$3$H$,$"$j$^$9!#$^$?!"EE;R=p(B
|
|
193 $BL>$H$NJ;MQ$K4X$7$F$bIT40A4$G$9!K(B
|
|
194
|
|
195 @end table
|
|
196
|
|
197
|
|
198
|
|
199 @node other operations of mime/editor-mode, transfer level, enclosure operation, Top
|
|
200 @chapter mime/editor-mode $B$K$*$1$k$=$NB>$NA`:n(B
|
|
201
|
|
202 mime/editor-mode $B$K$*$1$k$=$NB>$NA`:n$r@bL@$7$^$9!#(B
|
|
203
|
|
204 @table @kbd
|
|
205 @item @key{C-c C-c}
|
|
206 $BJT=8Cf$N(B message $B$rAw?.$7$^$9!#(B
|
|
207
|
|
208 @item @key{C-c C-x C-p}
|
|
209 $BJT=8Cf$N(B message $B$r(B preview $B$7$^$9!#(B(@ref{(tm-view-ja)mime/viewer-mode})
|
|
210
|
|
211 @item @key{C-c C-x C-z}
|
|
212 $BJT=8Cf$N(B message $B$rAw?.$9$k$3$H$J$/!"(Bmime/editor-mode $B$r=*N;$7$^$9!#(B
|
|
213
|
|
214 @item @key{C-c C-x ?}
|
|
215 help message $B$rI=<($7$^$9!#(B
|
|
216
|
|
217 @item @key{C-c C-x /}
|
|
218 $BBg$-$J(B message $B$rAw?.$9$k>l9g$K(B message/partial $B7A<0$K<+F0J,3d2DG=$H$9(B
|
|
219 $B$k$+$I$&$+$r7h$a$^$9!#(B
|
|
220
|
|
221 @item @key{C-c C-x 7}
|
|
222 transfer level (@ref{transfer level}) $B$r(B 7bit (@ref{(tm-ja)7bit}) $B$K$7$^(B
|
|
223 $B$9!#(B
|
|
224
|
|
225 @item @key{C-c C-x 8}
|
|
226 transfer level (@ref{transfer level}) $B$r(B 8bit (@ref{(tm-ja)8bit}) $B$K$7$^(B
|
|
227 $B$9!#(B
|
|
228
|
|
229 @item @key{C-c C-x v}
|
|
230 message $BA4BN$rEE;R=pL>$9$k$+$I$&$+$r7h$a$^$9!#(B(@ref{PGP})
|
|
231
|
|
232 @item @key{C-c C-x h}
|
|
233 message $BA4BN$r0E9f2=$9$k$+$I$&$+$r7h$a$^$9!#(B(@ref{PGP})
|
|
234
|
|
235 @item @key{C-c C-x ?}
|
|
236 help message $B$rI=<($7$^$9!#(B
|
|
237
|
|
238 @end table
|
|
239
|
|
240
|
|
241
|
|
242 @node transfer level, header, other operations of mime/editor-mode, Top
|
|
243 @chapter transfer level
|
|
244
|
|
245 message $B$KA^F~$9$k(B data $B$O(B 7bit (@ref{(tm-ja)7bit}) $B$J$$$7(B 8bit
|
|
246 (@ref{(tm-ja)8bit}) $B$b$7$/$O(B binary (@ref{(tm-ja)binary}) $B$GI=8=$9$k$3$H(B
|
|
247 $B$,$G$-$^$9!#(B@refill
|
|
248
|
|
249 $B$h$C$F!"(B7bit $B$7$+DL$5$J$$(B MTA (@ref{(tm-ja)MTA}) $B$r7PM3$9$k>l9g!"(B7bit $B$N(B
|
|
250 data $B$O$=$N$^$^$GAw$l$^$9$,!"(B8bit $B$d(B binary $B$N(B data $B$O(B 7bit $B$KJQ49$7$J$1(B
|
|
251 $B$l$P$J$j$^$;$s!#(B@refill
|
|
252
|
|
253 $BF1MM$K!"(B8bit $B$7$+DL$5$J$$(B MTA $B$r7PM3$9$k>l9g!"(B7bit $B$d(B 8bit $B$N(B data $B$O$=(B
|
|
254 $B$N$^$^$GAw$l$^$9$,!"(Bbinary $B$N(B data $B$O(B 7bit $B$+(B 8bit $B$KJQ49$7$J$1$l$P$J$j(B
|
|
255 $B$^$;$s!#(B@refill
|
|
256
|
|
257 @noindent
|
|
258 @strong{[Memo]}
|
|
259 @quotation
|
|
260 EBCDIC $B$7$+DL$5$J$$(B MTA $B$r7PM3$9$k>l9g!"(B7bit $B$N(B data $B$b(B base64 $BEy$GJQ(B
|
|
261 $B49$7$J$$$HAw$l$^$;$s$,!";d$O(B EBCDIC $B$N$3$H$^$G$OCN$j$^$;$s!#(B(^_^;
|
|
262
|
|
263 $BF1MM$K!"@)8fJ8;z$rDL$5$J$$(B MTA $B$N$3$H$d(B code $BJQ49$r9T$J$&(B MTA $B$b>C$($F$J(B
|
|
264 $B$/$J$C$FM_$7$$$G$9!#(B(^_^;@refill
|
|
265
|
|
266 binary $B$bDL$9(B MTA $B$bB8:_$9$k$s$G$7$g$&$,!":#$N$H$3$m$"$^$j0lHLE*$H$O$$$((B
|
|
267 $B$J$$$G$7$g$&!#(B
|
|
268 @end quotation
|
|
269
|
|
270 @cindex{transfer level}@strong{transfer level} $B$H$$$&$N$O$I$NHO0O$N(B data $B$^$GAw$l$k(B
|
|
271 $B$+$H$$$&$3$H$rI=$9$b$N$G$9!#(Btm-edit $B$O(B
|
|
272 @code{mime-editor/transfer-level} $B$H$$$&JQ?t$r;}$C$F$*$j!"$3$l$G(B
|
|
273 transfer level $B$rI=8=$7$^$9!#(B
|
|
274
|
|
275
|
|
276 @defvar mime-editor/transfer-level
|
|
277
|
|
278 transfer level $B$rI=$9!#(B@refill
|
|
279
|
|
280 $B$"$k(B data $B$N(B transfer level $B$,$3$NCM$r1[$($k>l9g!"(B7bit data $B$X$NJQ49$,9T(B
|
|
281 $B$o$l$k!#(B@refill
|
|
282
|
|
283 $B8=:_$N$H$3$m!"(B7 $B$+(B 8 $B$,M-8z$G$"$k!#4{DjCM$O(B 7 $B$G$"$k!#(B@refill
|
|
284
|
|
285 EBCDIC $B$r(B 5, ASCII printable $B$N$_$r(B 6, binary $B$r(B 9 $B$H$9$k$3$H$r7W2h$7$F(B
|
|
286 $B$$$k$,!"<BAu$NM=Dj$O$J$$!#(B
|
|
287 @end defvar
|
|
288
|
|
289
|
|
290
|
|
291 @noindent
|
|
292 @strong{[Memo]}
|
|
293 @quotation
|
|
294 transfer level $B$O(B message header (@ref{header}) $B$K$O4X78$7$J$$!#(BRFC 1521
|
|
295 $B$O(B body $B$K$*$$$F!"(B8bit $B$N(B data $B$r;H$($k$h$&$K(B RFC 822 (@ref{(tm-ja)RFC
|
|
296 822}) $B$r3HD%$7$F$$$k$,!"(Bmessage header $B$G$O(B us-ascii
|
|
297 (@ref{(tm-ja)us-ascii}) $B$N$_$rMQ$$$k$3$H$r5a$a$F$$$k!#(B
|
|
298 @end quotation
|
|
299
|
|
300
|
|
301
|
|
302 @node header, PGP, transfer level, Top
|
|
303 @chapter header $B$G$NHs(B ASCII $BJ8;z$N;HMQ(B
|
|
304
|
|
305 RFC 1522 (@ref{(tm-ja)RFC 1522}) $B$G$O(B header $B$GHs(B ASCII $BJ8;z$rI=8=$9$k$?(B
|
|
306 $B$a$NJ}K!$rDj5A$7$F$$$^$9!#(B@refill
|
|
307
|
|
308 $B$3$l$O(B @cindex{encoded-word}@strong{encoded-word}
|
|
309 (@ref{(tm-ja)encoded-word}) $B$H8F$P$l$k7?<0$G!"(BMIME charset
|
|
310 (@ref{(tm-ja)MIME charset}) $B$r@k8@$7!"$+$D!"(B7bit (@ref{(tm-ja)7bit}) $B$G(B
|
|
311 $BI=8=$9$k$3$H$r2DG=$K$7$F$$$^$9!#(B
|
|
312
|
|
313
|
|
314 @menu
|
|
315 * evil setting in header:: $B$I$&$7$F$b(B encoded-word $B$r;H$$$?$/$J$$>l9g(B
|
|
316 * API about header:: header $B$K4X$9$k4X?t!&JQ?t(B
|
|
317 @end menu
|
|
318
|
|
319 @node evil setting in header, API about header, header, header
|
|
320 @section $B$I$&$7$F$b(B encoded-word $B$r;H$$$?$/$J$$>l9g(B
|
|
321
|
|
322 $B$H$3$m$G!"(Bheader $B$G(B encoded-word $B$rMQ$$$:$K@8$GHs(B ASCII $BJ8;zNs$rF~$l$k$N(B
|
|
323 $B$O4V0c$C$F$$$^$9!#$J$<$J$i!"(BInternet $B$G$O$5$^$6$^$JId9f2=J8;z=89g(B
|
|
324 (@ref{(tm-ja)Coded character set})$B$,;H$o$l$F$*$j!"(BMIME charset
|
|
325 (@ref{(tm-ja)MIME charset}) $B$rL@<(E*$K@k8@$7$J$1$l$P$=$l$i$r@53N$K6hJL$9(B
|
|
326 $B$k$3$H$O$G$-$J$$$+$i$G$9!#(B@refill
|
|
327
|
|
328 $BNc$($P!"(BMIME charset $B$r@k8@$7$J$1$l$P(B iso-8859-1
|
|
329 (@ref{(tm-ja)iso-8859-1}) $B$H(B iso-8859-2 (@ref{(tm-ja)iso-8859-2}) $B$O8+J,(B
|
|
330 $B$1$,IU$+$J$$$G$7$g$&!#(B@refill
|
|
331
|
|
332 $B$7$+$7$J$,$i!"$I$&$7$F$b(B encoded-word $B$r;H$$$?$/$J$$>l9g$K$O0J2<$NJQ?t(B
|
|
333 $B$r@_Dj$7$F$/$@$5$$!#(B
|
|
334
|
|
335
|
|
336 @defvar mime/field-encoding-method-alist
|
|
337
|
|
338 field $BL>$HId9f2=K!$rI=$9(B symbol $B$NBP$+$i$J$kO"A[(B list.@refill
|
|
339
|
|
340 field $BL>$OJ8;zNs!"$b$7$/$O!"G$0U$NJ8;zNs$rI=$9(B @code{t} $B$G$"$k!#(B@refill
|
|
341
|
|
342 $BId9f2=K!$O!"(B@code{nil} $B$J$i$PL5JQ49!"(B@code{mime} $B$J$i$P(Bencoded-word,
|
|
343 MIME charset $B$rI=$9(B symbol $B$J$i$P$=$NId9f2=J8;z=89g$X(Bencoded-word $B$rMQ$$(B
|
|
344 $B$:$KJQ49$9$k$3$H$rI=$9!#(B@refill
|
|
345
|
|
346 field $BL>$OJ8;zNs$+$i8!:w$5$l!";XDj$7$?J8;zNs$,8+IU$+$i$J$1$l$P(B@code{t}
|
|
347 $B$rMQ$$$k!#(B@refill
|
|
348
|
|
349 $B4{DjCM$O(B
|
|
350
|
|
351 @lisp
|
|
352 (("X-Nsubject" . iso-2022-jp-2)
|
|
353 ("Newsgroups" . nil)
|
|
354 (t . mime)
|
|
355 ))
|
|
356 @end lisp
|
|
357
|
|
358 @noindent
|
|
359 $B$G$"$k!#B($A!"(BX-Nsubject field $B$O@8$N(B iso-2022-jp-2
|
|
360 (@ref{(tm-ja)iso-2022-jp-2}), Newsgroup $B$OL5JQ49!"$=$l0J30$N(B field $B$O(B
|
|
361 encoded-word $B$KJQ49$5$l$k!#(B
|
|
362 @end defvar
|
|
363
|
|
364
|
|
365 $B$^$?!"(Bfield $BKh$G$O$J$/!"Id9f2=J8;z=89gKh$K;XDj$7$?$$>l9g$O!"JQ?t(B
|
|
366 @code{mime-eword/charset-encoding-alist} $B$rMQ$$$F$/$@$5$$!#(B
|
|
367 (@ref{API about header})
|
|
368
|
|
369
|
|
370 @node API about header, , evil setting in header, header
|
|
371 @section header $B$K4X$9$k4X?t!&JQ?t(B
|
|
372
|
|
373 @deffn{Command} mime/encode-message-header &optional code-conversion
|
|
374
|
|
375 Current buffer $B$N(B message header $B$KB8:_$9$kHs(B ASCII $BJ8;z$r(Bnetwork $BI=8=$K(B
|
|
376 $BJQ49$7$^$9!#(B@refill
|
|
377
|
|
378 optional $B0z?t$N(B @var{code-conversion} $B$KHs(B-nil $B$,;XDj$5$l$?>l9g!"(B
|
|
379 encoded-word $B$K$7$J$$(B field $B$r(B@code{mime/field-encoding-method-alist} $B$K(B
|
|
380 $B=>$C$F!"(Bcode $BJQ49$7$^$9!#(B
|
|
381 @end deffn
|
|
382
|
|
383
|
|
384 @defun mime/encode-field string
|
|
385
|
|
386 @var{string} $B$r(B field $B$H$7$F(B encoded-word $B$KJQ49$7$^$9!#(B@refill
|
|
387
|
|
388 $BD9$$9T$O(B RFC 822 $B$K=>$C$F@^JV$5$l$^$9!#(B
|
|
389 @end defun
|
|
390
|
|
391
|
|
392 @defun mime-eword/encode-string string &optional column mode
|
|
393
|
|
394 @var{string} $B$r(B encoded-word $B$KJQ49$7$^$9!#(B@refill
|
|
395
|
|
396 $BD9$$9T$O(B RFC 822 $B$K=>$C$F@^JV$5$l$^$9!#(B@refill
|
|
397
|
|
398 @var{column} $B$O$3$NJ8;zNs$,2?7eL\$+$i;O$^$C$F$$$k$+$r;XDj$7$^$9!#4{DjCM(B
|
|
399 $B$O(B 0 $B$G$9!#(B@refill
|
|
400
|
|
401 @var{mode} $B$O$3$NJ8;zNs$,$I$&$$$&ItJ,$G;H$o$l$F$$$k$+$r<($7$^$9!#;XDj$G(B
|
|
402 $B$-$kCM$H$7$F$O(B @code{text}, @code{comment}, @code{phrase} $B$,$"$j$^$9!#4{(B
|
|
403 $BDjCM$O(B @code{phrase} $B$G$9!#(B
|
|
404 @end defun
|
|
405
|
|
406
|
|
407 @defvar mime-eword/charset-encoding-alist
|
|
408
|
|
409 MIME charset $B$rI=$9(B symbol $B$H(B nil, $B$b$7$/$O!"(B@code{"B"} $B$+(B@code{"Q"} $B$N(B
|
|
410 $BJ8;zNs$NBP$+$i$J$kO"A[(B list.@refill
|
|
411
|
|
412 @code{nil} $B$O$=$N(B MIME charset $B$r(B encoded-word $B$K$7$J$$$3$H$rI=$7!"(B
|
|
413 @code{"B"} $B$O$=$N(B MIME charset $B$r(B B $BJ}<0$N(B encoded-word $B$K$9$k$3$H$rI=$7!"(B
|
|
414 @code{"Q"} $B$O$=$N(B MIME charset $B$r(B Q $BJ}<0$N(B encoded-word $B$K$9$k$3$H$rI=$9!#(B
|
|
415 @end defvar
|
|
416
|
|
417
|
|
418
|
|
419 @node PGP, Concept Index, header, Top
|
|
420 @chapter PGP
|
|
421
|
|
422 tm-edit $B$G$O(B @cindex{PGP/MIME}@strong{PGP/MIME} (@ref{(tm-ja)PGP/MIME})
|
|
423 (RFC 2015) $B$*$h$S(B @cindex{PGP-kazu}@strong{PGP-kazu}
|
|
424 (@ref{(tm-ja)PGP-kazu}) (draft-kazu-pgp-mime-00.txt) $B$K$h$k0E9f2=!&EE;R(B
|
|
425 $B=pL>!&8x3+80$NA^F~5!G=$rMxMQ$9$k$3$H$,$G$-$^$9!#(B@refill
|
|
426
|
|
427 $BC"$7!"$3$N5!G=$rMxMQ$9$k$K$O(B Mailcrypt package (@ref{(mailcrypt)}) $B$H(B
|
|
428 pgp command $B$,I,MW$G$9!#(B@refill
|
|
429
|
|
430 $B$^$?!"JQ?t(B @code{mimed-editor/signing-type} $B$HJQ?t(B
|
|
431 @code{mime-editor/encrypting-type} $B$K(B @code{pgp-elkins} $B$+(B
|
|
432 @code{pgp-kazu} $B$rBeF~$7$F$/$@$5$$!#(B@refill
|
|
433
|
|
434 @code{pgp-elkins} $B$r;XDj$7$?>l9g(B PGP/MIME $B$,;H$o$l!"(B
|
|
435 @code{pgp-kazu} $B$r;XDj$7$?>l9g(B PGP-kazu $B$,;H$o$l$^$9!#(B
|
|
436
|
|
437
|
|
438 @defvar mimed-editor/signing-type
|
|
439
|
|
440 PGP $B$G$NEE;R=qL>$N7A<0$r;XDj$7$^$9!#(B@refill
|
|
441
|
|
442 @code{pgp-elkins} $B$+(B @code{pgp-kazu} $B$r;XDj$7$F$/$@$5$$!#(B@refill
|
|
443
|
|
444 $B4{DjCM$O(B @code{nil} $B$G$9!#(B
|
|
445 @end defvar
|
|
446
|
|
447
|
|
448 @defvar mime-editor/encrypting-type
|
|
449
|
|
450 PGP $B$G$N0E9f2=$N7A<0$r;XDj$7$^$9!#(B@refill
|
|
451
|
|
452 @code{pgp-elkins} $B$+(B @code{pgp-kazu} $B$r;XDj$7$F$/$@$5$$!#(B@refill
|
|
453
|
|
454 $B4{DjCM$O(B @code{nil} $B$G$9!#(B
|
|
455 @end defvar
|
|
456
|
|
457
|
|
458
|
|
459 @node Concept Index, Function Index, PGP, Top
|
|
460 @chapter $B35G0:w0z(B
|
|
461
|
|
462 @printindex cp
|
|
463
|
|
464 @node Function Index, Variable Index, Concept Index, Top
|
|
465 @chapter $B4X?t:w0z(B
|
|
466
|
|
467 @printindex fn
|
|
468
|
|
469 @node Variable Index, , Function Index, Top
|
|
470 @chapter $BJQ?t:w0z(B
|
|
471
|
|
472 @printindex vr
|
|
473 @bye
|