X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Femacs-mime.texi;h=e1153116becf1f0877127cfb6653b01a949361b6;hb=36bd162f4f7cd40453b8683e796730836c352b2a;hp=f0f5be408936a84c68b4b21850b7aa46c189bd3c;hpb=361fe574ceb300e11ab838842c0f3c675c07b10b;p=elisp%2Fgnus.git- diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index f0f5be4..e115311 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -1,11 +1,11 @@ -\input texinfo @c -*-texinfo-*- +\input texinfo @setfilename emacs-mime @settitle Emacs MIME Manual @synindex fn cp @synindex vr cp @synindex pg cp -@dircategory Editors +@dircategory Emacs @direntry * Emacs MIME: (emacs-mime). The MIME de/composition library. @end direntry @@ -18,7 +18,7 @@ This file documents the Emacs MIME interface functionality. -Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -785,7 +785,7 @@ audio/wav; wavplayer %s @end example This says that all image files should be displayed with @code{gimp}, and -that realaudio files should be played by @code{rvplayer}. +that WAVE audio files should be played by @code{wavplayer}. The @code{mailcap} library parses this file, and provides functions for matching types. @@ -824,6 +824,7 @@ returned as a result of this analysis. @menu * Dissection:: Analyzing a @sc{mime} message. +* Non-MIME:: Analyzing a non-@sc{mime} message. * Handles:: Handle manipulations. * Display:: Displaying handles. * Customization:: Variables that affect display. @@ -839,6 +840,62 @@ a @sc{mime} article. If given a multipart message, it will recursively descend the message, following the structure, and return a tree of @sc{mime} handles that describes the structure of the message. +@node Non-MIME +@section Non-MIME + +Gnus also understands some non-MIME attachments, such as postscript, +uuencode, binhex, shar, forward, gnatsweb, pgp. Each of these features +can be disabled by add an item into @code{mm-uu-configure-list}. +For example, + +@lisp +(require 'mm-uu) +(add-to-list 'mm-uu-configure-list '(pgp-signed . disabled)) +@end lisp + +@table @code +@item postscript +@findex postscript +Postscript file. + +@item uu +@findex uu +Uuencoded file. + +@item binhex +@findex binhex +Binhex encoded file. + +@item shar +@findex shar +Shar archive file. + +@item forward +@findex forward +Non-@sc{mime} forwarded message. + +@item gnatsweb +@findex gnatsweb +Gnatsweb attachment. + +@item pgp-signed +@findex pgp-signed +PGP signed clear text. + +@item pgp-encrypted +@findex pgp-encrypted +PGP encrypted clear text. + +@item pgp-key +@findex pgp-key +PGP public keys. + +@item emacs-sources +@findex emacs-sources +Emacs source code. This item works only in the groups matching +@code{mm-uu-emacs-sources-regexp}. + +@end table @node Handles @section Handles @@ -1146,12 +1203,12 @@ RFC822 date when the part was read (@code{Content-Disposition}). The size (in octets) of the part (@code{Content-Disposition}). @item sign -What technology to sign this MML part with (@code{smime} or -@code{pgpmime}) +What technology to sign this MML part with (@code{smime}, @code{pgp} +or @code{pgpmime}) @item encrypt -What technology to encrypt this MML part with (@code{smime} or -@code{pgpmime}) +What technology to encrypt this MML part with (@code{smime}, +@code{pgp} or @code{pgpmime}) @end table @@ -1361,7 +1418,7 @@ if not identical. The Emacs @sc{mime} library implements handling of various elements according to a (somewhat) large number of RFCs, drafts and standards documents. This chapter lists the relevant ones. They can all be -fetched from @samp{http://quimby.gnus.org/notes/}. +fetched from @uref{http://quimby.gnus.org/notes/}. @table @dfn @item RFC822 @@ -1419,4 +1476,8 @@ Content-Disposition Header Field @contents @bye + +@c Local Variables: +@c mode: texinfo +@c coding: iso-8859-1 @c End: