Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: POP3 UIDL - pop3-leave-mail-on-server
Date: Mon, 01 Oct 2012 20:36:01 +0900	[thread overview]
Message-ID: <b4m626uh1b2.fsf@jpl.org> (raw)
In-Reply-To: <87lj0ne4og.fsf_-_@marauder.physik.uni-ulm.de>

Reiner Steib wrote:
> It has been requested quite often.

I started the test for a new UIDL support for pop3.el.

> See the comments around `pop3-leave-mail-on-server'...
[...]

Now that is:
,----
| Non-nil if the mail is to be left on the POP server after fetching.
| Mails once fetched will never be fetched again.  If this is neither nil
| nor a number mails are to be left on the POP server after fetching.
| If this is a number leave mails on the server for this many days since
| you last checked new mails.  The `:leave' keyword, specified in a mail
| source, overrides this value.
`----

This implementation is my original, not a copy of the XEmacs
version (the mail-source interface is borrowed from my hack made
in Semi-gnus), so it has no copyright porblem I believe.  I'll
commit this to Gnus (not Emacs because of the feature freeze)
within a month.

If you'd like to try it, get two files in:
ftp://ftp.jpl.org/pub/tmp/pop3+uidl/
(or http://www.jpl.org/ftp/pub/tmp/pop3+uidl/ )

A mail source example:

(pop :server "SERVER.NAME"
     :user "USER.NAME"
     :password "********"
     :leave 7)

>> And why not just use IMAP instead?
> Some mail providers don't offer IMAP (for free).



  parent reply	other threads:[~2012-10-01 11:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87ipvwl1nx.wl%claudio.bley@gmail.com>
     [not found] ` <m3fwqyanyn.fsf@quimbies.gnus.org>
     [not found]   ` <87hbbewr7o.wl%claudio.bley@gmail.com>
     [not found]     ` <m3mxl6otuo.fsf@quimbies.gnus.org>
     [not found]       ` <87ei6g0yph.wl%claudio.bley@gmail.com>
     [not found]         ` <m3hbbcm128.fsf@quimbies.gnus.org>
2011-03-10  8:54           ` POP3 UIDL - pop3-leave-mail-on-server (was: [PATCH] GnuTLS support on Woe32) Reiner Steib
2011-03-15 16:08             ` POP3 UIDL - pop3-leave-mail-on-server Lars Magne Ingebrigtsen
2011-03-15 17:49               ` chad
2011-03-15 20:54               ` Eric S Fraga
2011-03-15 21:16                 ` Lars Magne Ingebrigtsen
2011-03-16 14:30                   ` Eric S Fraga
2011-03-16 17:29                     ` Lars Magne Ingebrigtsen
2011-03-16 18:51                       ` Eric S Fraga
2012-10-01 11:36             ` Katsumi Yamaoka [this message]
2012-10-05  9:38               ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m626uh1b2.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).