[gnus git] branch master updated: m0-5-276-g04dba7f =1= gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 04dba7f1c0d5368be53a6b360441ff688de63842 (commit)
from 222a88880b76d771369a21ba36440e4866afffc8 (commit)
- Log -----------------------------------------------------------------
commit 04dba7f1c0d5368be53a6b360441ff688de63842
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Mar 7 10:24:09 2013 +0000
gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 4d3d137..4af413b 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-07 Katsumi Yamaoka <[email protected]>
+
+ * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
+
2013-03-04 Paul Eggert <[email protected]>
* emacs-mime.texi: Switch from Latin-1 to UTF-8.
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index ede957a..cb90062 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -705,32 +705,9 @@ retrieves via POP3?
@subsubheading Answer
-First of all, that's not the way POP3 is intended to work,
-if you have the possibility, you should use the IMAP
-Protocol if you want your messages to stay on the
-server. Nevertheless there might be situations where you
-need the feature, but sadly Gnus itself has no predefined
-functionality to do so.
-
-However this is Gnus county so there are possibilities to
-achieve what you want. The easiest way is to get an external
-program which retrieves copies of the mail and stores them
-on disk, so Gnus can read it from there. On Unix systems you
-could use, e.g., fetchmail for this, on MS Windows you can use
-Hamster, an excellent local news and mail server.
-
-The other solution would be, to replace the method Gnus
-uses to get mail from POP3 servers by one which is capable
-of leaving the mail on the server. If you use XEmacs, get
-the package mail-lib, it includes an enhanced pop3.el,
-look in the file, there's documentation on how to tell
-Gnus to use it and not to delete the retrieved mail. For
-GNU Emacs look for the file epop3.el which can do the same
-(If you know the home of this file, please send me an
-e-mail). You can also tell Gnus to use an external program
-(e.g., fetchmail) to fetch your mail, see the info node
-"Mail Source Specifiers" in the Gnus manual on how to do
-it.
+Yes, if the POP3 server supports the UIDL control (maybe almost servers
+do it nowadays). To do that, add a @code{:leave VALUE} pair to each
+POP3 mail source. See @pxref{Mail Source Specifiers} for VALUE.
@node FAQ 4 - Reading messages
@subsection Reading messages
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/gnus-faq.texi | 29 +++--------------------------
2 files changed, 7 insertions(+), 26 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project