Merge remote-tracking branch 'origin/master' into for-steve
[sxemacs] / info / sxemacs / reading.texi
1 @node Reading Mail, Calendar/Diary, Sending Mail, Top
2 @chapter Reading Mail
3 @cindex mail
4 @cindex message
5
6 SXEmacs provides several mail-reading packages.  Each one comes with
7 its own manual, which is included in each package.
8
9 The recommended mail-reading package for new users is VM.  VM works
10 with standard Unix-mail-format folders and was designed as a replacement
11 for the older Rmail.
12
13 SXEmacs also provides a sophisticated and comfortable front-end to the
14 MH mail-processing system, called @samp{MH-E}.  Unlike in other
15 mail programs, folders in MH are stored as file-system directories,
16 with each message occupying one (numbered) file.  This facilitates
17 working with mail using shell commands, and many other features of
18 MH are also designed to integrate well with the shell and with
19 shell scripts.  Keep in mind, however, that in order to use MH-E
20 you must have the MH mail-processing system installed on your
21 computer.
22
23 The @dfn{Everything including the kitchen sink} package @samp{Gnus} is
24 also available as an SXEmacs package.  Gnus also handles Usenet articles
25 as well as mail.
26
27 @samp{MEW} (Messaging in the Emacs World) is another mail-reading
28 package available for SXEmacs.
29
30 Finally, SXEmacs provides the Rmail package.  Rmail is (currently)
31 the only mail reading package distributed with FSF GNU Emacs, and is
32 powerful in its own right.  However, it stores mail folders in a
33 special format called @samp{Babyl}, that is incompatible with all
34 other frequently-used mail programs.  A utility program is provided
35 for converting Babyl folders to standard Unix-mail format; however,
36 unless you already have mail in Babyl-format folders, you should
37 consider using Gnus, VM, or MH-E instead.