(The problem of spam): Fix, reported by Cheng Gao
[gnus] / texi / gnus-news.texi
1 @c -*-texinfo-*-
2
3 @c Copyright (C) 2004 Free Software Foundation, Inc.
4
5 @c    Permission is granted to anyone to make or distribute verbatim copies
6 @c    of this document as received, in any medium, provided that the
7 @c    copyright notice and this permission notice are preserved,
8 @c    thus giving the recipient permission to redistribute in turn.
9
10 @c    Permission is granted to distribute modified versions
11 @c    of this document, or of portions of it,
12 @c    under the above conditions, provided also that they
13 @c    carry prominent notices stating who last changed them.
14
15 This file contains a list of news features Gnus.  It is supposed to be
16 included in `gnus.texi'.  `GNUS-NEWS' is automatically generated from
17 this file (see `gnus-news.el').
18
19 @itemize @bullet
20
21 @item @kbd{/ r} limits the summary buffer to replied articles.
22
23 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
24 using @kbd{W A}.
25
26 @acronym{ANSI} sequences are used in some Chinese hierarchies for
27 highlighting articles (@code{gnus-article-treat-ansi-sequences}).
28
29 @item Gnus includes an Emacs Lisp @acronym{SASL} library.
30
31 This provide a clean @acronym{API} to @acronym{SASL} mechanisms from
32 within Emacs.  The user visible aspects of this, compared to the earlier
33 situation, include support for @acronym{DIGEST}-@acronym{MD5} and
34 @acronym{NTLM}.
35
36 @item ManageSieve connections uses the @acronym{SASL} library by default.
37
38 The primary change this brings is support for @acronym{DIGEST-MD5} and
39 @acronym{NTLM}, when the server support it.
40
41 @item Gnus include a password cache mechanism in password.el.
42
43 It is enabled by default (see @code{password-cache}), with a short
44 timeout of 16 seconds (see @code{password-cache-expiry}).  If
45 @acronym{PGG} is used as the @acronym{PGP} backend, the @acronym{PGP}
46 passphrase is managed by this mechanism.  Passwords for ManageSieve
47 connections are managed by this mechanism, after quering the user about
48 whether to do so.
49
50 @item @acronym{IMAP} identity (@acronym{RFC} 2971) is supported.
51
52 By default, Gnus do not send any information about itself, but you can
53 customize it using @code{nnimap-id}.
54
55 @item The @file{all.SCORE} file can now be edited from the group buffer 
56 using @kbd{W e}.
57
58 @end itemize
59
60 @c gnus-news.texi ends here.