Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3cd23a35
Commit
3cd23a35
authored
Mar 07, 2013
by
Katsumi Yamaoka
Browse files
doc/misc/gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL
parent
86c86abf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
26 deletions
+7
-26
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/gnus-faq.texi
doc/misc/gnus-faq.texi
+3
-26
No files found.
doc/misc/ChangeLog
View file @
3cd23a35
2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
2013-03-06 Alan Mackenzie <acm@muc.de>
* cc-mode.texi (Custom Line-Up): Clarify position of point on
...
...
doc/misc/gnus-faq.texi
View file @
3cd23a35
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment