Add 2007 to copyright years.
[bpt/emacs.git] / man / emacs-mime.texi
CommitLineData
23f87bed 1\input texinfo
dd8839b0 2
a1720df0 3@setfilename ../info/emacs-mime
dd8839b0
DL
4@settitle Emacs MIME Manual
5@synindex fn cp
6@synindex vr cp
7@synindex pg cp
dd8839b0 8
18f952d5 9@copying
dd8839b0
DL
10This file documents the Emacs MIME interface functionality.
11
b223e22d 12Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4e6835db 132006, 2007 Free Software Foundation, Inc.
dd8839b0 14
18f952d5 15@quotation
dd8839b0 16Permission is granted to copy, distribute and/or modify this document
678e7c71 17under the terms of the GNU Free Documentation License, Version 1.2 or
c5c46a26
DL
18any later version published by the Free Software Foundation; with no
19Invariant Sections, with the Front-Cover texts being ``A GNU
23f87bed 20Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
dd8839b0 21license is included in the section entitled ``GNU Free Documentation
2482f038 22License'' in the Emacs manual.
dd8839b0
DL
23
24(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
25this GNU Manual, like GNU software. Copies published by the Free
26Software Foundation raise funds for GNU development.''
2482f038
DL
27
28This document is part of a collection distributed under the GNU Free
29Documentation License. If you want to distribute this document
30separately from the collection, you can do so by adding a copy of the
31license to the document, as described in section 6 of the license.
18f952d5
KB
32@end quotation
33@end copying
dd8839b0 34
18f952d5
KB
35@dircategory Emacs
36@direntry
23f87bed 37* Emacs MIME: (emacs-mime). Emacs MIME de/composition library.
18f952d5
KB
38@end direntry
39@iftex
40@finalout
41@end iftex
42@setchapternewpage odd
dd8839b0
DL
43
44@titlepage
45@title Emacs MIME Manual
46
47@author by Lars Magne Ingebrigtsen
48@page
dd8839b0 49@vskip 0pt plus 1filll
18f952d5 50@insertcopying
dd8839b0 51@end titlepage
dd8839b0 52
23f87bed
MB
53@node Top
54@top Emacs MIME
55
56This manual documents the libraries used to compose and display
57@acronym{MIME} messages.
58
3d80e1a2 59This manual is directed at users who want to modify the behavior of
23f87bed
MB
60the @acronym{MIME} encoding/decoding process or want a more detailed
61picture of how the Emacs @acronym{MIME} library works, and people who want
62to write functions and commands that manipulate @acronym{MIME} elements.
63
64@acronym{MIME} is short for @dfn{Multipurpose Internet Mail Extensions}.
65This standard is documented in a number of RFCs; mainly RFC2045 (Format
66of Internet Message Bodies), RFC2046 (Media Types), RFC2047 (Message
67Header Extensions for Non-@acronym{ASCII} Text), RFC2048 (Registration
68Procedures), RFC2049 (Conformance Criteria and Examples). It is highly
69recommended that anyone who intends writing @acronym{MIME}-compliant software
70read at least RFC2045 and RFC2047.
71
72@menu
73* Decoding and Viewing:: A framework for decoding and viewing.
74* Composing:: @acronym{MML}; a language for describing @acronym{MIME} parts.
75* Interface Functions:: An abstraction over the basic functions.
76* Basic Functions:: Utility and basic parsing functions.
77* Standards:: A summary of RFCs and working documents used.
78* Index:: Function and variable index.
79@end menu
80
81
82@node Decoding and Viewing
83@chapter Decoding and Viewing
84
85This chapter deals with decoding and viewing @acronym{MIME} messages on a
86higher level.
87
88The main idea is to first analyze a @acronym{MIME} article, and then allow
89other programs to do things based on the list of @dfn{handles} that are
90returned as a result of this analysis.
91
92@menu
93* Dissection:: Analyzing a @acronym{MIME} message.
94* Non-MIME:: Analyzing a non-@acronym{MIME} message.
95* Handles:: Handle manipulations.
96* Display:: Displaying handles.
97* Display Customization:: Variables that affect display.
98* Files and Directories:: Saving and naming attachments.
99* New Viewers:: How to write your own viewers.
100@end menu
101
102
103@node Dissection
104@section Dissection
105
106The @code{mm-dissect-buffer} is the function responsible for dissecting
107a @acronym{MIME} article. If given a multipart message, it will recursively
108descend the message, following the structure, and return a tree of
109@acronym{MIME} handles that describes the structure of the message.
110
111@node Non-MIME
112@section Non-MIME
113@vindex mm-uu-configure-list
114
115Gnus also understands some non-@acronym{MIME} attachments, such as
116postscript, uuencode, binhex, yenc, shar, forward, gnatsweb, pgp,
117diff. Each of these features can be disabled by add an item into
118@code{mm-uu-configure-list}. For example,
119
120@lisp
121(require 'mm-uu)
122(add-to-list 'mm-uu-configure-list '(pgp-signed . disabled))
123@end lisp
124
125@table @code
126@item postscript
127@findex postscript
128Postscript file.
129
130@item uu
131@findex uu
132Uuencoded file.
133
134@item binhex
135@findex binhex
136Binhex encoded file.
137
138@item yenc
139@findex yenc
140Yenc encoded file.
141
142@item shar
143@findex shar
144Shar archive file.
145
146@item forward
147@findex forward
148Non-@acronym{MIME} forwarded message.
149
150@item gnatsweb
151@findex gnatsweb
152Gnatsweb attachment.
153
154@item pgp-signed
155@findex pgp-signed
156@acronym{PGP} signed clear text.
157
158@item pgp-encrypted
159@findex pgp-encrypted
160@acronym{PGP} encrypted clear text.
161
162@item pgp-key
163@findex pgp-key
164@acronym{PGP} public keys.
165
166@item emacs-sources
167@findex emacs-sources
168@vindex mm-uu-emacs-sources-regexp
169Emacs source code. This item works only in the groups matching
170@code{mm-uu-emacs-sources-regexp}.
171
172@item diff
173@vindex diff
174@vindex mm-uu-diff-groups-regexp
175Patches. This is intended for groups where diffs of committed files
176are automatically sent to. It only works in groups matching
177@code{mm-uu-diff-groups-regexp}.
178
179@end table
180
181@node Handles
182@section Handles
183
184A @acronym{MIME} handle is a list that fully describes a @acronym{MIME}
185component.
186
187The following macros can be used to access elements in a handle:
188
189@table @code
190@item mm-handle-buffer
191@findex mm-handle-buffer
192Return the buffer that holds the contents of the undecoded @acronym{MIME}
193part.
194
195@item mm-handle-type
196@findex mm-handle-type
197Return the parsed @code{Content-Type} of the part.
198
199@item mm-handle-encoding
200@findex mm-handle-encoding
201Return the @code{Content-Transfer-Encoding} of the part.
202
203@item mm-handle-undisplayer
204@findex mm-handle-undisplayer
205Return the object that can be used to remove the displayed part (if it
206has been displayed).
207
208@item mm-handle-set-undisplayer
209@findex mm-handle-set-undisplayer
210Set the undisplayer object.
211
212@item mm-handle-disposition
213@findex mm-handle-disposition
214Return the parsed @code{Content-Disposition} of the part.
215
23f87bed
MB
216@item mm-get-content-id
217Returns the handle(s) referred to by @code{Content-ID}.
218
219@end table
220
221
222@node Display
223@section Display
224
225Functions for displaying, removing and saving.
226
227@table @code
228@item mm-display-part
229@findex mm-display-part
230Display the part.
231
232@item mm-remove-part
233@findex mm-remove-part
234Remove the part (if it has been displayed).
235
236@item mm-inlinable-p
237@findex mm-inlinable-p
238Say whether a @acronym{MIME} type can be displayed inline.
239
240@item mm-automatic-display-p
241@findex mm-automatic-display-p
242Say whether a @acronym{MIME} type should be displayed automatically.
243
244@item mm-destroy-part
245@findex mm-destroy-part
246Free all resources occupied by a part.
247
248@item mm-save-part
249@findex mm-save-part
250Offer to save the part in a file.
251
252@item mm-pipe-part
253@findex mm-pipe-part
254Offer to pipe the part to some process.
255
256@item mm-interactively-view-part
257@findex mm-interactively-view-part
258Prompt for a mailcap method to use to view the part.
259
260@end table
261
262
263@node Display Customization
264@section Display Customization
265
266@table @code
267
268@item mm-inline-media-tests
269@vindex mm-inline-media-tests
270This is an alist where the key is a @acronym{MIME} type, the second element
271is a function to display the part @dfn{inline} (i.e., inside Emacs), and
272the third element is a form to be @code{eval}ed to say whether the part
273can be displayed inline.
274
275This variable specifies whether a part @emph{can} be displayed inline,
276and, if so, how to do it. It does not say whether parts are
277@emph{actually} displayed inline.
278
279@item mm-inlined-types
280@vindex mm-inlined-types
281This, on the other hand, says what types are to be displayed inline, if
282they satisfy the conditions set by the variable above. It's a list of
283@acronym{MIME} media types.
284
285@item mm-automatic-display
286@vindex mm-automatic-display
287This is a list of types that are to be displayed ``automatically'', but
288only if the above variable allows it. That is, only inlinable parts can
289be displayed automatically.
290
291@item mm-automatic-external-display
292@vindex mm-automatic-external-display
293This is a list of types that will be displayed automatically in an
294external viewer.
295
296@item mm-keep-viewer-alive-types
297@vindex mm-keep-viewer-alive-types
298This is a list of media types for which the external viewer will not
299be killed when selecting a different article.
300
301@item mm-attachment-override-types
302@vindex mm-attachment-override-types
303Some @acronym{MIME} agents create parts that have a content-disposition of
304@samp{attachment}. This variable allows overriding that disposition and
305displaying the part inline. (Note that the disposition is only
306overridden if we are able to, and want to, display the part inline.)
307
308@item mm-discouraged-alternatives
309@vindex mm-discouraged-alternatives
310List of @acronym{MIME} types that are discouraged when viewing
311@samp{multipart/alternative}. Viewing agents are supposed to view the
312last possible part of a message, as that is supposed to be the richest.
313However, users may prefer other types instead, and this list says what
314types are most unwanted. If, for instance, @samp{text/html} parts are
315very unwanted, and @samp{text/richtext} parts are somewhat unwanted,
316you could say something like:
317
318@lisp
319(setq mm-discouraged-alternatives
320 '("text/html" "text/richtext")
321 mm-automatic-display
322 (remove "text/html" mm-automatic-display))
323@end lisp
324
61e66a15 325Adding @code{"image/.*"} might also be useful. Spammers use images as
4dc5fe62 326the preferred part of @samp{multipart/alternative} messages, so you might
7dafe00b 327not notice there are other parts. See also
61e66a15
MB
328@code{gnus-buttonized-mime-types}, @ref{MIME Commands, ,MIME Commands,
329gnus, Gnus Manual}. After adding @code{"multipart/alternative"} to
330@code{gnus-buttonized-mime-types} you can choose manually which
331alternative you'd like to view. For example, you can set those
332variables like:
7dafe00b
MB
333
334@lisp
335(setq gnus-buttonized-mime-types
336 '("multipart/alternative" "multipart/signed")
337 mm-discouraged-alternatives
338 '("text/html" "image/.*"))
339@end lisp
340
341In this case, Gnus will display radio buttons for such a kind of spam
342message as follows:
343
344@example
3451. (*) multipart/alternative ( ) image/gif
346
3472. (*) text/plain ( ) text/html
348@end example
3031d8b0 349
23f87bed
MB
350@item mm-inline-large-images
351@vindex mm-inline-large-images
f4dd4ae8 352When displaying inline images that are larger than the window, Emacs
23f87bed
MB
353does not enable scrolling, which means that you cannot see the whole
354image. To prevent this, the library tries to determine the image size
355before displaying it inline, and if it doesn't fit the window, the
356library will display it externally (e.g. with @samp{ImageMagick} or
357@samp{xv}). Setting this variable to @code{t} disables this check and
358makes the library display all inline images as inline, regardless of
359their size.
360
361@item mm-inline-override-types
362@vindex mm-inline-override-types
363@code{mm-inlined-types} may include regular expressions, for example to
364specify that all @samp{text/.*} parts be displayed inline. If a user
365prefers to have a type that matches such a regular expression be treated
366as an attachment, that can be accomplished by setting this variable to a
367list containing that type. For example assuming @code{mm-inlined-types}
368includes @samp{text/.*}, then including @samp{text/html} in this
369variable will cause @samp{text/html} parts to be treated as attachments.
370
371@item mm-text-html-renderer
372@vindex mm-text-html-renderer
373This selects the function used to render @acronym{HTML}. The predefined
374renderers are selected by the symbols @code{w3},
375@code{w3m}@footnote{See @uref{http://emacs-w3m.namazu.org/} for more
376information about emacs-w3m}, @code{links}, @code{lynx},
377@code{w3m-standalone} or @code{html2text}. If @code{nil} use an
378external viewer. You can also specify a function, which will be
379called with a @acronym{MIME} handle as the argument.
380
381@item mm-inline-text-html-with-images
382@vindex mm-inline-text-html-with-images
383Some @acronym{HTML} mails might have the trick of spammers using
384@samp{<img>} tags. It is likely to be intended to verify whether you
385have read the mail. You can prevent your personal informations from
386leaking by setting this option to @code{nil} (which is the default).
387It is currently ignored by Emacs/w3. For emacs-w3m, you may use the
388command @kbd{t} on the image anchor to show an image even if it is
389@code{nil}.@footnote{The command @kbd{T} will load all images. If you
390have set the option @code{w3m-key-binding} to @code{info}, use @kbd{i}
391or @kbd{I} instead.}
392
393@item mm-w3m-safe-url-regexp
394@vindex mm-w3m-safe-url-regexp
395A regular expression that matches safe URL names, i.e. URLs that are
396unlikely to leak personal information when rendering @acronym{HTML}
397email (the default value is @samp{\\`cid:}). If @code{nil} consider
398all URLs safe.
399
400@item mm-inline-text-html-with-w3m-keymap
401@vindex mm-inline-text-html-with-w3m-keymap
402You can use emacs-w3m command keys in the inlined text/html part by
403setting this option to non-@code{nil}. The default value is @code{t}.
404
405@item mm-external-terminal-program
406@vindex mm-external-terminal-program
407The program used to start an external terminal.
408
409@item mm-enable-external
410@vindex mm-enable-external
10ace8ea 411Indicate whether external @acronym{MIME} handlers should be used.
23f87bed 412
10ace8ea 413If @code{t}, all defined external @acronym{MIME} handlers are used. If
23f87bed
MB
414@code{nil}, files are saved to disk (@code{mailcap-save-binary-file}).
415If it is the symbol @code{ask}, you are prompted before the external
416@acronym{MIME} handler is invoked.
417
418When you launch an attachment through mailcap (@pxref{mailcap}) an
10ace8ea 419attempt is made to use a safe viewer with the safest options---this isn't
23f87bed
MB
420the case if you save it to disk and launch it in a different way
421(command line or double-clicking). Anyhow, if you want to be sure not
422to launch any external programs, set this variable to @code{nil} or
423@code{ask}.
424
425@end table
426
427@node Files and Directories
428@section Files and Directories
429
430@table @code
431
432@item mm-default-directory
433@vindex mm-default-directory
434The default directory for saving attachments. If @code{nil} use
435@code{default-directory}.
436
437@item mm-tmp-directory
438@vindex mm-tmp-directory
439Directory for storing temporary files.
440
441@item mm-file-name-rewrite-functions
442@vindex mm-file-name-rewrite-functions
443A list of functions used for rewriting file names of @acronym{MIME}
444parts. Each function is applied successively to the file name.
445Ready-made functions include
446
447@table @code
448@item mm-file-name-delete-control
449@findex mm-file-name-delete-control
450Delete all control characters.
451
452@item mm-file-name-delete-gotchas
453@findex mm-file-name-delete-gotchas
454Delete characters that could have unintended consequences when used
455with flawed shell scripts, i.e. @samp{|}, @samp{>} and @samp{<}; and
456@samp{-}, @samp{.} as the first character.
457
458@item mm-file-name-delete-whitespace
459@findex mm-file-name-delete-whitespace
460Remove all whitespace.
461
462@item mm-file-name-trim-whitespace
463@findex mm-file-name-trim-whitespace
464Remove leading and trailing whitespace.
465
466@item mm-file-name-collapse-whitespace
467@findex mm-file-name-collapse-whitespace
468Collapse multiple whitespace characters.
469
470@item mm-file-name-replace-whitespace
471@findex mm-file-name-replace-whitespace
472@vindex mm-file-name-replace-whitespace
473Replace whitespace with underscores. Set the variable
474@code{mm-file-name-replace-whitespace} to any other string if you do
475not like underscores.
476@end table
477
478The standard Emacs functions @code{capitalize}, @code{downcase},
479@code{upcase} and @code{upcase-initials} might also prove useful.
480
481@item mm-path-name-rewrite-functions
482@vindex mm-path-name-rewrite-functions
483List of functions used for rewriting the full file names of @acronym{MIME}
484parts. This is used when viewing parts externally, and is meant for
485transforming the absolute name so that non-compliant programs can find
486the file where it's saved.
487
488@end table
489
490@node New Viewers
491@section New Viewers
492
493Here's an example viewer for displaying @code{text/enriched} inline:
494
495@lisp
496(defun mm-display-enriched-inline (handle)
497 (let (text)
498 (with-temp-buffer
499 (mm-insert-part handle)
500 (save-window-excursion
501 (enriched-decode (point-min) (point-max))
502 (setq text (buffer-string))))
503 (mm-insert-inline handle text)))
504@end lisp
505
506We see that the function takes a @acronym{MIME} handle as its parameter. It
507then goes to a temporary buffer, inserts the text of the part, does some
508work on the text, stores the result, goes back to the buffer it was
509called from and inserts the result.
510
511The two important helper functions here are @code{mm-insert-part} and
512@code{mm-insert-inline}. The first function inserts the text of the
513handle in the current buffer. It handles charset and/or content
514transfer decoding. The second function just inserts whatever text you
515tell it to insert, but it also sets things up so that the text can be
516``undisplayed'' in a convenient manner.
517
518
519@node Composing
520@chapter Composing
521@cindex Composing
522@cindex MIME Composing
523@cindex MML
524@cindex MIME Meta Language
525
526Creating a @acronym{MIME} message is boring and non-trivial. Therefore,
527a library called @code{mml} has been defined that parses a language
528called @acronym{MML} (@acronym{MIME} Meta Language) and generates
529@acronym{MIME} messages.
530
531@findex mml-generate-mime
532The main interface function is @code{mml-generate-mime}. It will
533examine the contents of the current (narrowed-to) buffer and return a
534string containing the @acronym{MIME} message.
535
536@menu
537* Simple MML Example:: An example @acronym{MML} document.
538* MML Definition:: All valid @acronym{MML} elements.
539* Advanced MML Example:: Another example @acronym{MML} document.
540* Encoding Customization:: Variables that affect encoding.
541* Charset Translation:: How charsets are mapped from @sc{mule} to @acronym{MIME}.
542* Conversion:: Going from @acronym{MIME} to @acronym{MML} and vice versa.
543* Flowed text:: Soft and hard newlines.
544@end menu
545
546
547@node Simple MML Example
548@section Simple MML Example
549
550Here's a simple @samp{multipart/alternative}:
551
552@example
553<#multipart type=alternative>
554This is a plain text part.
555<#part type=text/enriched>
556<center>This is a centered enriched part</center>
557<#/multipart>
558@end example
559
560After running this through @code{mml-generate-mime}, we get this:
561
562@example
563Content-Type: multipart/alternative; boundary="=-=-="
564
565
566--=-=-=
567
568
569This is a plain text part.
570
571--=-=-=
572Content-Type: text/enriched
573
574
575<center>This is a centered enriched part</center>
576
577--=-=-=--
578@end example
579
580
581@node MML Definition
582@section MML Definition
583
584The @acronym{MML} language is very simple. It looks a bit like an SGML
585application, but it's not.
586
587The main concept of @acronym{MML} is the @dfn{part}. Each part can be of a
588different type or use a different charset. The way to delineate a part
589is with a @samp{<#part ...>} tag. Multipart parts can be introduced
590with the @samp{<#multipart ...>} tag. Parts are ended by the
591@samp{<#/part>} or @samp{<#/multipart>} tags. Parts started with the
592@samp{<#part ...>} tags are also closed by the next open tag.
593
594There's also the @samp{<#external ...>} tag. These introduce
595@samp{external/message-body} parts.
596
597Each tag can contain zero or more parameters on the form
598@samp{parameter=value}. The values may be enclosed in quotation marks,
599but that's not necessary unless the value contains white space. So
600@samp{filename=/home/user/#hello$^yes} is perfectly valid.
601
602The following parameters have meaning in @acronym{MML}; parameters that have no
603meaning are ignored. The @acronym{MML} parameter names are the same as the
604@acronym{MIME} parameter names; the things in the parentheses say which
605header it will be used in.
606
607@table @samp
608@item type
609The @acronym{MIME} type of the part (@code{Content-Type}).
610
611@item filename
612Use the contents of the file in the body of the part
613(@code{Content-Disposition}).
614
615@item charset
616The contents of the body of the part are to be encoded in the character
617set specified (@code{Content-Type}). @xref{Charset Translation}.
618
619@item name
620Might be used to suggest a file name if the part is to be saved
621to a file (@code{Content-Type}).
622
623@item disposition
624Valid values are @samp{inline} and @samp{attachment}
625(@code{Content-Disposition}).
626
627@item encoding
628Valid values are @samp{7bit}, @samp{8bit}, @samp{quoted-printable} and
629@samp{base64} (@code{Content-Transfer-Encoding}). @xref{Charset
630Translation}.
631
632@item description
633A description of the part (@code{Content-Description}).
634
635@item creation-date
636RFC822 date when the part was created (@code{Content-Disposition}).
637
638@item modification-date
639RFC822 date when the part was modified (@code{Content-Disposition}).
640
641@item read-date
642RFC822 date when the part was read (@code{Content-Disposition}).
643
644@item recipients
645Who to encrypt/sign the part to. This field is used to override any
646auto-detection based on the To/CC headers.
647
648@item sender
649Identity used to sign the part. This field is used to override the
650default key used.
651
652@item size
653The size (in octets) of the part (@code{Content-Disposition}).
654
655@item sign
656What technology to sign this @acronym{MML} part with (@code{smime}, @code{pgp}
657or @code{pgpmime})
658
659@item encrypt
660What technology to encrypt this @acronym{MML} part with (@code{smime},
661@code{pgp} or @code{pgpmime})
662
663@end table
664
665Parameters for @samp{text/plain}:
666
667@table @samp
668@item format
669Formatting parameter for the text, valid values include @samp{fixed}
670(the default) and @samp{flowed}. Normally you do not specify this
671manually, since it requires the textual body to be formatted in a
672special way described in RFC 2646. @xref{Flowed text}.
673@end table
674
675Parameters for @samp{application/octet-stream}:
676
677@table @samp
678@item type
679Type of the part; informal---meant for human readers
680(@code{Content-Type}).
681@end table
682
683Parameters for @samp{message/external-body}:
684
685@table @samp
686@item access-type
687A word indicating the supported access mechanism by which the file may
688be obtained. Values include @samp{ftp}, @samp{anon-ftp}, @samp{tftp},
689@samp{localfile}, and @samp{mailserver}. (@code{Content-Type}.)
690
691@item expiration
692The RFC822 date after which the file may no longer be fetched.
693(@code{Content-Type}.)
694
695@item size
696The size (in octets) of the file. (@code{Content-Type}.)
697
698@item permission
699Valid values are @samp{read} and @samp{read-write}
700(@code{Content-Type}).
701
702@end table
703
704Parameters for @samp{sign=smime}:
705
706@table @samp
707
708@item keyfile
709File containing key and certificate for signer.
710
711@end table
712
713Parameters for @samp{encrypt=smime}:
714
715@table @samp
716
717@item certfile
718File containing certificate for recipient.
719
720@end table
721
722
723@node Advanced MML Example
724@section Advanced MML Example
725
726Here's a complex multipart message. It's a @samp{multipart/mixed} that
727contains many parts, one of which is a @samp{multipart/alternative}.
728
729@example
730<#multipart type=mixed>
731<#part type=image/jpeg filename=~/rms.jpg disposition=inline>
732<#multipart type=alternative>
733This is a plain text part.
734<#part type=text/enriched name=enriched.txt>
735<center>This is a centered enriched part</center>
736<#/multipart>
737This is a new plain text part.
738<#part disposition=attachment>
739This plain text part is an attachment.
740<#/multipart>
741@end example
742
743And this is the resulting @acronym{MIME} message:
744
745@example
746Content-Type: multipart/mixed; boundary="=-=-="
747
748
749--=-=-=
750
751
752
753--=-=-=
754Content-Type: image/jpeg;
755 filename="~/rms.jpg"
756Content-Disposition: inline;
757 filename="~/rms.jpg"
758Content-Transfer-Encoding: base64
759
760/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRof
761Hh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/wAALCAAwADABAREA/8QAHwAA
762AQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQR
763BRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RF
764RkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ip
765qrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/9oACAEB
766AAA/AO/rifFHjldNuGsrDa0qcSSHkA+gHrXKw+LtWLrMb+RgTyhbr+HSug07xNqV9fQtZrNI
767AyiaE/NuBPOOOP0rvRNE880KOC8TbXXGCv1FPqjrF4LDR7u5L7SkTFT/ALWOP1xXgTuXfc7E
768sx6nua6rwp4IvvEM8chCxWxOdzn7wz6V9AaB4S07w9p5itow0rDLSY5Pt9K43xO66P4xs71m
7692QXiGCbA4yOVJ9+1aYORkdK434lyNH4ahCnG66VT9Nj15JFbPdX0MS43M4VQf5/yr2vSpLnw
7705ZW8dlCZ8KFXjOPX0/mK6rSPEGt3Angu44fNEReHYNvIH3TzXDeKNO8RX+kSX2ouZkicTIOc
771L+g7E810ulFjpVtv3bwgB3HJyK5L4quY/C9sVxk3ij/xx6850u7t1mtp/wDlpEw3An3Jr3Dw
77234gsbWza4nBlhC5LDsaW6+IFgupQyCF3iHH7gA7c9R9ay7zx6t7aX9jHC4smhfBkGCvHGfrm
773tLQ7hbnRrV1GPkAP1x1/Hr+Ncr8Vzjwrbf8AX6v/AKA9eQRyYlQk8Yx9K6XTNbkgia2ciSIn
7747p5Ga9Atte0LTLKO6it4i7dVRFJDcZ4PvXN+JvEMF9bILVGXJLSZ4zkjivRPDaeX4b08HOTC
775pOffmua+KkbS+GLVUGT9tT/0B68eeIpIFYjB70+OOVXyoOM9+M1eaWeCLzHPyHGO/NVWvJJm
776jQ8KGH1NfQWhXSXmh2c8eArRLwO3HSv/2Q==
777
778--=-=-=
779Content-Type: multipart/alternative; boundary="==-=-="
780
781
782--==-=-=
783
784
785This is a plain text part.
786
787--==-=-=
788Content-Type: text/enriched;
789 name="enriched.txt"
790
791
792<center>This is a centered enriched part</center>
793
794--==-=-=--
795
796--=-=-=
797
798This is a new plain text part.
799
800--=-=-=
801Content-Disposition: attachment
802
803
804This plain text part is an attachment.
805
806--=-=-=--
807@end example
808
809@node Encoding Customization
810@section Encoding Customization
811
812@table @code
813
814@item mm-body-charset-encoding-alist
815@vindex mm-body-charset-encoding-alist
816Mapping from @acronym{MIME} charset to encoding to use. This variable is
817usually used except, e.g., when other requirements force a specific
818encoding (digitally signed messages require 7bit encodings). The
3d80e1a2 819default is
23f87bed
MB
820
821@lisp
822((iso-2022-jp . 7bit)
823 (iso-2022-jp-2 . 7bit)
824 (utf-16 . base64)
825 (utf-16be . base64)
826 (utf-16le . base64))
827@end lisp
828
829As an example, if you do not want to have ISO-8859-1 characters
830quoted-printable encoded, you may add @code{(iso-8859-1 . 8bit)} to
831this variable. You can override this setting on a per-message basis
832by using the @code{encoding} @acronym{MML} tag (@pxref{MML Definition}).
833
834@item mm-coding-system-priorities
835@vindex mm-coding-system-priorities
836Prioritize coding systems to use for outgoing messages. The default
f3f01d5d
MB
837is @code{nil}, which means to use the defaults in Emacs, but is
838@code{(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8)} when
839running Emacs in the Japanese language environment. It is a list of
0683d241
MB
840coding system symbols (aliases of coding systems are also allowed, use
841@kbd{M-x describe-coding-system} to make sure you are specifying correct
842coding system names). For example, if you have configured Emacs
23f87bed
MB
843to prefer UTF-8, but wish that outgoing messages should be sent in
844ISO-8859-1 if possible, you can set this variable to
0683d241 845@code{(iso-8859-1)}. You can override this setting on a per-message
23f87bed
MB
846basis by using the @code{charset} @acronym{MML} tag (@pxref{MML Definition}).
847
848@item mm-content-transfer-encoding-defaults
849@vindex mm-content-transfer-encoding-defaults
850Mapping from @acronym{MIME} types to encoding to use. This variable is usually
851used except, e.g., when other requirements force a safer encoding
852(digitally signed messages require 7bit encoding). Besides the normal
853@acronym{MIME} encodings, @code{qp-or-base64} may be used to indicate that for
854each case the most efficient of quoted-printable and base64 should be
855used.
856
857@code{qp-or-base64} has another effect. It will fold long lines so that
858MIME parts may not be broken by MTA. So do @code{quoted-printable} and
859@code{base64}.
860
861Note that it affects body encoding only when a part is a raw forwarded
862message (which will be made by @code{gnus-summary-mail-forward} with the
863arg 2 for example) or is neither the @samp{text/*} type nor the
864@samp{message/*} type. Even though in those cases, you can override
865this setting on a per-message basis by using the @code{encoding}
866@acronym{MML} tag (@pxref{MML Definition}).
867
868@item mm-use-ultra-safe-encoding
869@vindex mm-use-ultra-safe-encoding
870When this is non-@code{nil}, it means that textual parts are encoded as
871quoted-printable if they contain lines longer than 76 characters or
872starting with "From " in the body. Non-7bit encodings (8bit, binary)
873are generally disallowed. This reduce the probability that a non-8bit
874clean MTA or MDA changes the message. This should never be set
875directly, but bound by other functions when necessary (e.g., when
876encoding messages that are to be digitally signed).
877
878@end table
879
880@node Charset Translation
881@section Charset Translation
882@cindex charsets
883
884During translation from @acronym{MML} to @acronym{MIME}, for each
885@acronym{MIME} part which has been composed inside Emacs, an appropriate
886charset has to be chosen.
887
888@vindex mail-parse-charset
889If you are running a non-@sc{mule} Emacs, this process is simple: If the
890part contains any non-@acronym{ASCII} (8-bit) characters, the @acronym{MIME} charset
891given by @code{mail-parse-charset} (a symbol) is used. (Never set this
892variable directly, though. If you want to change the default charset,
893please consult the documentation of the package which you use to process
894@acronym{MIME} messages.
895@xref{Various Message Variables, , Various Message Variables, message,
896 Message Manual}, for example.)
897If there are only @acronym{ASCII} characters, the @acronym{MIME} charset US-ASCII is
898used, of course.
899
900@cindex MULE
901@cindex UTF-8
902@cindex Unicode
903@vindex mm-mime-mule-charset-alist
904Things are slightly more complicated when running Emacs with @sc{mule}
905support. In this case, a list of the @sc{mule} charsets used in the
f3f01d5d
MB
906part is obtained, and the @sc{mule} charsets are translated to
907@acronym{MIME} charsets by consulting the table provided by Emacs itself
908or the variable @code{mm-mime-mule-charset-alist} for XEmacs.
23f87bed
MB
909If this results in a single @acronym{MIME} charset, this is used to encode
910the part. But if the resulting list of @acronym{MIME} charsets contains more
911than one element, two things can happen: If it is possible to encode the
912part via UTF-8, this charset is used. (For this, Emacs must support
913the @code{utf-8} coding system, and the part must consist entirely of
914characters which have Unicode counterparts.) If UTF-8 is not available
915for some reason, the part is split into several ones, so that each one
916can be encoded with a single @acronym{MIME} charset. The part can only be
917split at line boundaries, though---if more than one @acronym{MIME} charset is
918required to encode a single line, it is not possible to encode the part.
919
920When running Emacs with @sc{mule} support, the preferences for which
921coding system to use is inherited from Emacs itself. This means that
922if Emacs is set up to prefer UTF-8, it will be used when encoding
923messages. You can modify this by altering the
924@code{mm-coding-system-priorities} variable though (@pxref{Encoding
925Customization}).
926
927The charset to be used can be overridden by setting the @code{charset}
928@acronym{MML} tag (@pxref{MML Definition}) when composing the message.
929
930The encoding of characters (quoted-printable, 8bit etc) is orthogonal
931to the discussion here, and is controlled by the variables
932@code{mm-body-charset-encoding-alist} and
933@code{mm-content-transfer-encoding-defaults} (@pxref{Encoding
934Customization}).
935
936@node Conversion
937@section Conversion
938
939@findex mime-to-mml
940A (multipart) @acronym{MIME} message can be converted to @acronym{MML}
941with the @code{mime-to-mml} function. It works on the message in the
942current buffer, and substitutes @acronym{MML} markup for @acronym{MIME}
943boundaries. Non-textual parts do not have their contents in the buffer,
944but instead have the contents in separate buffers that are referred to
945from the @acronym{MML} tags.
946
947@findex mml-to-mime
948An @acronym{MML} message can be converted back to @acronym{MIME} by the
949@code{mml-to-mime} function.
950
951These functions are in certain senses ``lossy''---you will not get back
952an identical message if you run @code{mime-to-mml} and then
953@code{mml-to-mime}. Not only will trivial things like the order of the
954headers differ, but the contents of the headers may also be different.
955For instance, the original message may use base64 encoding on text,
956while @code{mml-to-mime} may decide to use quoted-printable encoding, and
957so on.
958
959In essence, however, these two functions should be the inverse of each
960other. The resulting contents of the message should remain equivalent,
961if not identical.
dd8839b0 962
dd8839b0 963
23f87bed
MB
964@node Flowed text
965@section Flowed text
966@cindex format=flowed
dd8839b0 967
23f87bed
MB
968The Emacs @acronym{MIME} library will respect the @code{use-hard-newlines}
969variable (@pxref{Hard and Soft Newlines, ,Hard and Soft Newlines,
970emacs, Emacs Manual}) when encoding a message, and the
971``format=flowed'' Content-Type parameter when decoding a message.
972
973On encoding text, regardless of @code{use-hard-newlines}, lines
974terminated by soft newline characters are filled together and wrapped
975after the column decided by @code{fill-flowed-encode-column}.
976Quotation marks (matching @samp{^>* ?}) are respected. The variable
977controls how the text will look in a client that does not support
978flowed text, the default is to wrap after 66 characters. If hard
979newline characters are not present in the buffer, no flow encoding
980occurs.
981
982On decoding flowed text, lines with soft newline characters are filled
983together and wrapped after the column decided by
984@code{fill-flowed-display-column}. The default is to wrap after
985@code{fill-column}.
dd8839b0 986
ba0226dd
MB
987@table @code
988@item mm-fill-flowed
989@vindex mm-fill-flowed
990If non-@code{nil} a format=flowed article will be displayed flowed.
991@end table
dd8839b0
DL
992
993
994@node Interface Functions
995@chapter Interface Functions
996@cindex interface functions
997@cindex mail-parse
998
999The @code{mail-parse} library is an abstraction over the actual
1000low-level libraries that are described in the next chapter.
1001
1002Standards change, and so programs have to change to fit in the new
1003mold. For instance, RFC2045 describes a syntax for the
23f87bed 1004@code{Content-Type} header that only allows @acronym{ASCII} characters in the
dd8839b0 1005parameter list. RFC2231 expands on RFC2045 syntax to provide a scheme
23f87bed 1006for continuation headers and non-@acronym{ASCII} characters.
dd8839b0
DL
1007
1008The traditional way to deal with this is just to update the library
1009functions to parse the new syntax. However, this is sometimes the wrong
1010thing to do. In some instances it may be vital to be able to understand
1011both the old syntax as well as the new syntax, and if there is only one
1012library, one must choose between the old version of the library and the
1013new version of the library.
1014
23f87bed
MB
1015The Emacs @acronym{MIME} library takes a different tack. It defines a
1016series of low-level libraries (@file{rfc2047.el}, @file{rfc2231.el}
1017and so on) that parses strictly according to the corresponding
1018standard. However, normal programs would not use the functions
1019provided by these libraries directly, but instead use the functions
1020provided by the @code{mail-parse} library. The functions in this
1021library are just aliases to the corresponding functions in the latest
1022low-level libraries. Using this scheme, programs get a consistent
1023interface they can use, and library developers are free to create
1024write code that handles new standards.
dd8839b0
DL
1025
1026The following functions are defined by this library:
1027
23f87bed
MB
1028@table @code
1029@item mail-header-parse-content-type
1030@findex mail-header-parse-content-type
1031Parse a @code{Content-Type} header and return a list on the following
1032format:
dd8839b0
DL
1033
1034@lisp
1035("type/subtype"
1036 (attribute1 . value1)
1037 (attribute2 . value2)
23f87bed 1038 ...)
dd8839b0
DL
1039@end lisp
1040
1041Here's an example:
1042
1043@example
1044(mail-header-parse-content-type
1045 "image/gif; name=\"b980912.gif\"")
1046@result{} ("image/gif" (name . "b980912.gif"))
1047@end example
1048
23f87bed
MB
1049@item mail-header-parse-content-disposition
1050@findex mail-header-parse-content-disposition
1051Parse a @code{Content-Disposition} header and return a list on the same
1052format as the function above.
dd8839b0 1053
23f87bed 1054@item mail-content-type-get
dd8839b0 1055@findex mail-content-type-get
23f87bed
MB
1056Takes two parameters---a list on the format above, and an attribute.
1057Returns the value of the attribute.
dd8839b0
DL
1058
1059@example
1060(mail-content-type-get
1061 '("image/gif" (name . "b980912.gif")) 'name)
1062@result{} "b980912.gif"
1063@end example
1064
23f87bed
MB
1065@item mail-header-encode-parameter
1066@findex mail-header-encode-parameter
1067Takes a parameter string and returns an encoded version of the string.
1068This is used for parameters in headers like @code{Content-Type} and
1069@code{Content-Disposition}.
dd8839b0 1070
23f87bed
MB
1071@item mail-header-remove-comments
1072@findex mail-header-remove-comments
1073Return a comment-free version of a header.
dd8839b0
DL
1074
1075@example
1076(mail-header-remove-comments
1077 "Gnus/5.070027 (Pterodactyl Gnus v0.27) (Finnish Landrace)")
1078@result{} "Gnus/5.070027 "
1079@end example
1080
23f87bed
MB
1081@item mail-header-remove-whitespace
1082@findex mail-header-remove-whitespace
1083Remove linear white space from a header. Space inside quoted strings
1084and comments is preserved.
dd8839b0
DL
1085
1086@example
1087(mail-header-remove-whitespace
1088 "image/gif; name=\"Name with spaces\"")
1089@result{} "image/gif;name=\"Name with spaces\""
1090@end example
1091
23f87bed
MB
1092@item mail-header-get-comment
1093@findex mail-header-get-comment
1094Return the last comment in a header.
dd8839b0
DL
1095
1096@example
1097(mail-header-get-comment
1098 "Gnus/5.070027 (Pterodactyl Gnus v0.27) (Finnish Landrace)")
1099@result{} "Finnish Landrace"
1100@end example
1101
23f87bed
MB
1102@item mail-header-parse-address
1103@findex mail-header-parse-address
1104Parse an address and return a list containing the mailbox and the
1105plaintext name.
dd8839b0
DL
1106
1107@example
1108(mail-header-parse-address
1109 "Hrvoje Niksic <hniksic@@srce.hr>")
1110@result{} ("hniksic@@srce.hr" . "Hrvoje Niksic")
1111@end example
1112
23f87bed
MB
1113@item mail-header-parse-addresses
1114@findex mail-header-parse-addresses
1115Parse a string with list of addresses and return a list of elements like
1116the one described above.
dd8839b0
DL
1117
1118@example
1119(mail-header-parse-addresses
1120 "Hrvoje Niksic <hniksic@@srce.hr>, Steinar Bang <sb@@metis.no>")
1121@result{} (("hniksic@@srce.hr" . "Hrvoje Niksic")
1122 ("sb@@metis.no" . "Steinar Bang"))
1123@end example
1124
23f87bed
MB
1125@item mail-header-parse-date
1126@findex mail-header-parse-date
1127Parse a date string and return an Emacs time structure.
dd8839b0 1128
23f87bed
MB
1129@item mail-narrow-to-head
1130@findex mail-narrow-to-head
dd8839b0
DL
1131Narrow the buffer to the header section of the buffer. Point is placed
1132at the beginning of the narrowed buffer.
1133
23f87bed
MB
1134@item mail-header-narrow-to-field
1135@findex mail-header-narrow-to-field
1136Narrow the buffer to the header under point. Understands continuation
1137headers.
1138
1139@item mail-header-fold-field
1140@findex mail-header-fold-field
1141Fold the header under point.
1142
1143@item mail-header-unfold-field
1144@findex mail-header-unfold-field
1145Unfold the header under point.
dd8839b0 1146
23f87bed
MB
1147@item mail-header-field-value
1148@findex mail-header-field-value
1149Return the value of the field under point.
dd8839b0 1150
23f87bed
MB
1151@item mail-encode-encoded-word-region
1152@findex mail-encode-encoded-word-region
1153Encode the non-@acronym{ASCII} words in the region. For instance,
1154