Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Cc: ding@ifi.uio.no
Subject: Re: POP3 - long mails
Date: 06 May 1997 07:22:40 -0700	[thread overview]
Message-ID: <86wwpc1xzj.fsf@kramer.in.aventail.com> (raw)
In-Reply-To: David Hedbor's message of 06 May 1997 03:09:57 -0700

David Hedbor <david@hedbor.org> writes:

> Hello!
> 
> I recently started using Gnus for mail and news reading (a big step up
> from Netscape!), and I have a small suggestion. As I tend to get mails
> with large binary attachments (> 2MB) and only have a modem connection, I
> want the option not to get these mails (which I don't need on my side of
> the modem anyway). To accomplish this, I hacked a small
> movemail-replacement, which asks me whether or not I want to download a
> large message (I also have the option to download the first X
> lines). Until a few minutes ago, I didn't know that pop3.el existed.
> 
> I think a couple of vars in pop3.el - one with max length and one with
> the default action (nil - ignore, t or ask - ask the user whether to
> download or not, or # - only download the first # lines). My elisp
> knowledge is unfortunately limited to editing my .emacs and .gnus files,
> so I couldn't do it myself.
> 
> What do you think? Is this something that might be useful for the general
> public?

  Yes, this would be very nice.  VM's pop support allows you to do this.  I 
suggest meditating upon it for a while to get ideas for features if you go
hacking upon pop3.el

  Since I have plenty of memory on all my machines, I just load VM and use
its pop retrieval stuff, like so:

(setq vm-pop-max-message-size 21000
      nnmail-movemail-program 'my-movemail)

(defun my-movemail (inbox crashbox)
  (require 'vm)
  (vm-pop-move-mail "aventail.com:110:pass:wmperry:*" crashbox)
  (vm-pop-move-mail "oz.net:110:pass:wmperry:*" crashbox))

-Bill P.


  reply	other threads:[~1997-05-06 14:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-06 10:09 David Hedbor
1997-05-06 14:22 ` William M. Perry [this message]
1997-05-09 17:40   ` VM pop, XEmacs, and Gnus (Was: POP3 - ...) Steinar Bang
1997-05-06 16:33 ` POP3 - long mails Stainless Steel Rat
1997-05-06 19:05   ` David Hedbor

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=86wwpc1xzj.fsf@kramer.in.aventail.com \
    --to=wmperry@aventail.com \
    --cc=ding@ifi.uio.no \
    /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).