Subject: Re: mail retrieval
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 03/13/2004 23:01:48
On Sat, Mar 13, 2004 at 04:56:24PM -0500, cwesterman wrote:
> Thanks to everyone out there for making NetBSD the best operating system on
> the planet!
> I would like to be able to retrieve mail using pop3. Is there any way to do
> this without installing a package, either binary or source? I have dialup
> access without a static ip.
> Charlie
$ telnet mail.xyz.com pop3
...
user username
...
pass password
...
list
...
top <mail item number> <number of lines>
...
dele <mail item number>
...
quit
or use fetchmail!
David
--
David Laight: david@l8s.co.uk