Gnus development mailing list
 help / color / mirror / Atom feed
* POP? Goes the weasel
@ 2001-02-20 16:00 David A. Cobb
  2001-02-20 18:14 ` Kai Großjohann
  2001-02-20 18:15 ` Nick Papadonis
  0 siblings, 2 replies; 3+ messages in thread
From: David A. Cobb @ 2001-02-20 16:00 UTC (permalink / raw)


I'm finding the Gnus.info confusing.  My primary mail is my ISP's POP3
service.  Do I need some external program(s) to fetch from POP3 into my
localhost spool?

[Running Xemacs--i686-pc-Cygwin--21.1.13 on a Win98se+Cygwin machine]

--
David A. Cobb, The Superbiskit !
Software Engineer, Public Access Advocate, All around nice guy.
Get my PGP key at
:<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit>
Fingerprint=0x{6E3E DB8C 2E8C 4248 62B2  FE29 08EE CF0A 3629 E954}
"By God's Grace I am a Christian man, by my actions a great sinner."
--The Way of a Pilgrim, R. M. French [tr.]
<---.----!----.----!----.----!----.----!----.----!----.----!----.---->





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: POP? Goes the weasel
  2001-02-20 16:00 POP? Goes the weasel David A. Cobb
@ 2001-02-20 18:14 ` Kai Großjohann
  2001-02-20 18:15 ` Nick Papadonis
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2001-02-20 18:14 UTC (permalink / raw)
  Cc: GNUS Newsreader

On Tue, 20 Feb 2001, David A. Cobb wrote:

> I'm finding the Gnus.info confusing.  My primary mail is my ISP's
> POP3 service.  Do I need some external program(s) to fetch from POP3
> into my localhost spool?

No, if you do

(require 'mail-source)
(add-to-list 'mail-sources '(pop :server "pop.server" :user "username"))

then Gnus uses pop3.el which enables Emacs to speak POP3 to a server
right from Lisp.  No external programs required, just pop3.el, and
that comes with Gnus.

kai
-- 
Be indiscrete.  Do it continuously.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: POP? Goes the weasel
  2001-02-20 16:00 POP? Goes the weasel David A. Cobb
  2001-02-20 18:14 ` Kai Großjohann
@ 2001-02-20 18:15 ` Nick Papadonis
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Papadonis @ 2001-02-20 18:15 UTC (permalink / raw)
  Cc: GNUS Newsreader

#1)
Standalone gnus suck from pop3.
(setq mail-sources
        '((pop :user "username"
               :server "pop3.mailserver.com"
               :password "evil")))
#2)
You can use fetchmail.

#3) 
You can use fetchmail and procmail to split your incoming mail.
I think this is the best way.  Gnus will suck you mail in from files.

Good luck.

- Nick

"David A. Cobb" <superbiskit@home.com> writes:

> I'm finding the Gnus.info confusing.  My primary mail is my ISP's POP3
> service.  Do I need some external program(s) to fetch from POP3 into my
> localhost spool?
> 
> [Running Xemacs--i686-pc-Cygwin--21.1.13 on a Win98se+Cygwin machine]
> 
> --
> David A. Cobb, The Superbiskit !
> Software Engineer, Public Access Advocate, All around nice guy.
> Get my PGP key at
> :<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit>
> Fingerprint=0x{6E3E DB8C 2E8C 4248 62B2  FE29 08EE CF0A 3629 E954}
> "By God's Grace I am a Christian man, by my actions a great sinner."
> --The Way of a Pilgrim, R. M. French [tr.]
> <---.----!----.----!----.----!----.----!----.----!----.----!----.---->
> 

-- 
- Nick



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-02-20 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-20 16:00 POP? Goes the weasel David A. Cobb
2001-02-20 18:14 ` Kai Großjohann
2001-02-20 18:15 ` Nick Papadonis

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).