diff options
author | <> | 2003-10-07 22:26:58 +0000 |
---|---|---|
committer | <> | 2003-10-07 22:26:58 +0000 |
commit | 7a7b033fb746f60cfa3c6d1fd674ea827b760d02 (patch) | |
tree | 7778e28ebff212c8acb61c761d4cb369d2e30e98 /admin/www/mailman-member/node28.html | |
parent | 5551023a45b0fc30bc7d3d989dfe41f0c8e4f3f9 (diff) | |
download | mailman2-7a7b033fb746f60cfa3c6d1fd674ea827b760d02.tar.gz mailman2-7a7b033fb746f60cfa3c6d1fd674ea827b760d02.tar.xz mailman2-7a7b033fb746f60cfa3c6d1fd674ea827b760d02.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'admin/www/mailman-member/node28.html')
-rw-r--r-- | admin/www/mailman-member/node28.html | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/admin/www/mailman-member/node28.html b/admin/www/mailman-member/node28.html new file mode 100644 index 00000000..19241ad7 --- /dev/null +++ b/admin/www/mailman-member/node28.html @@ -0,0 +1,167 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<link rel="STYLESHEET" href="mailman-member.css" type='text/css' /> +<link rel="first" href="mailman-member.html" title='GNU Mailman - List Member Manual' /> +<link rel='contents' href='contents.html' title="Contents" /> +<link rel='last' href='about.html' title='About this document...' /> +<link rel='help' href='about.html' title='About this document...' /> +<LINK rel="prev" href="node27.html"> +<LINK rel="parent" href="node26.html"> +<LINK rel="next" href="node29.html"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name='aesop' content='information' /> +<META name="description" content="What are MIME and Plain Text Digests? How do I change which one +I get? (digest option)"> +<META name="keywords" content="mailman-member"> +<META name="resource-type" content="document"> +<META name="distribution" content="global"> +<title>8.2 What are MIME and Plain Text Digests? How do I change which one +I get? (digest option)</title> +</head> +<body> +<DIV CLASS="navigation"> +<div id='top-navigation-panel'> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td class='online-navigation'><a rel="prev" title="8.1 How can I" + href="node27.html"><img src='previous.gif' + border='0' height='32' alt='Previous Page' width='32' /></A></td> +<td class='online-navigation'><a rel="parent" title="8 Digests" + href="node26.html"><img src='up.gif' + border='0' height='32' alt='Up One Level' width='32' /></A></td> +<td class='online-navigation'><a rel="next" title="9 Mailing list topics" + href="node29.html"><img src='next.gif' + border='0' height='32' alt='Next Page' width='32' /></A></td> +<td align="center" width="100%">GNU Mailman - List Member Manual</td> +<td class='online-navigation'><a rel="contents" title="Table of Contents" + href="contents.html"><img src='contents.gif' + border='0' height='32' alt='Contents' width='32' /></A></td> +<td class='online-navigation'><img src='blank.gif' + border='0' height='32' alt='' width='32' /></td> + +</tr></table> +<div class='online-navigation'> +<b class="navlabel">Previous:</b> +<a class="sectref" rel="prev" href="node27.html">8.1 How can I</A> +<b class="navlabel">Up:</b> +<a class="sectref" rel="parent" href="node26.html">8 Digests</A> +<b class="navlabel">Next:</b> +<a class="sectref" rel="next" href="node29.html">9 Mailing list topics</A> +</div> +<hr /></div> +</DIV> +<!--End of Navigation Panel--> + +<H2><A NAME="SECTION002820000000000000000"><!--x--></A><A NAME="sec:MIME"><!--z--></A> +<BR> +8.2 What are MIME and Plain Text Digests? How do I change which one +I get? (digest option) +</H2> + +<P> +MIME is short for Multipurpose Internet Mail Extensions. It is used to +send things by email which are not necessarily simple plain text. (For +example, MIME would be used if you were sending a picture of your dog to +a friend.) + +<P> +A MIME digest has each message as an attachment inside the message, along +with a summary table of contents. + +<P> +A plain text digest is a simpler form of digest, which should be readable +even in mail readers which don't support MIME. The messages are simply put +one after the other into one large text message. + +<P> +Most modern mail programs do support MIME, so you only need to choose +plain text digests if you are having trouble reading the MIME ones. + +<P> +<span class="note"><b class="label">Note:</b> +This option has no effect if you are not receiving mail bunched +as digests. (See Section <A HREF="node27.html#sec:digest">8.1</A> for more information on +receiving mail as digests.)</span> + +<P> +To set your digest type using the web interface: + +<OL> +<LI>Log in to your member options page. (See Section <A HREF="node9.html#sec:web">3.1</A> + for more details on how to do this.) +</LI> +<LI>Look for the section marked ``Get MIME or Plain Text Digests?.'' + +<P> +Set it to ``MIME'' to receive digests in MIME format, or ``Plain text'' to + receive digests in plain text format. +</LI> +</OL> + +<P> +This can also be changed for multiple lists at the same time if you are subscribed to +more than one list on the same domain. See Section <A HREF="node34.html#sec:global">10.1</A> for +information about changing settings globally. + +<P> +To set your digest type using the email interface, + +<OL> +<LI>Send a mail to <span class="email">LISTNAME-request@DOMAIN</span> with the command + <var>set digest plain</var> or <var>set digest mime</var>. + +<P> +Commands can appear + in either the body or the subject of the message. (See + Section <A HREF="node10.html#sec:email">3.2</A> for more information about sending mail + commands.) +</LI> +<LI>Set it to ``plain'' to get posts bundled into a plain text digest, + or ``mime'' to get posts bundled together into a MIME digest. +</LI> +</OL> + +<P> + +<DIV CLASS="navigation"> +<div class='online-navigation'><hr /> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td class='online-navigation'><a rel="prev" title="8.1 How can I" + rel="prev" title="8.1 How can I" + href="node27.html"><img src='previous.gif' + border='0' height='32' alt='Previous Page' width='32' /></A></td> +<td class='online-navigation'><a rel="parent" title="8 Digests" + rel="parent" title="8 Digests" + href="node26.html"><img src='up.gif' + border='0' height='32' alt='Up One Level' width='32' /></A></td> +<td class='online-navigation'><a rel="next" title="9 Mailing list topics" + rel="next" title="9 Mailing list topics" + href="node29.html"><img src='next.gif' + border='0' height='32' alt='Next Page' width='32' /></A></td> +<td align="center" width="100%">GNU Mailman - List Member Manual</td> +<td class='online-navigation'><a rel="contents" title="Table of Contents" + rel="contents" title="Table of Contents" + href="contents.html"><img src='contents.gif' + border='0' height='32' alt='Contents' width='32' /></A></td> +<td class='online-navigation'><img src='blank.gif' + border='0' height='32' alt='' width='32' /></td> + +</tr></table> +<div class='online-navigation'> +<b class="navlabel">Previous:</b> +<a class="sectref" rel="prev" href="node27.html">8.1 How can I</A> +<b class="navlabel">Up:</b> +<a class="sectref" rel="parent" href="node26.html">8 Digests</A> +<b class="navlabel">Next:</b> +<a class="sectref" rel="next" href="node29.html">9 Mailing list topics</A> +</div> +</div> +<hr /> +<span class="release-info">Release 2.1, documentation updated on 7 October 2003.</span> +</DIV> +<!--End of Navigation Panel--> + +</BODY> +</HTML> |