[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Checking Mail



On Wed, 13 Mar 2002, Richard Abrams wrote:

> > Is there anyway I can log into the RaQ as user joe to ascertain that he
> > is able to receive mail WITHOUT causing all his mail to be dowloaded and
> > removed from the server?

> Use Telnet/SSH to establish a RAW connection to port 110 of the server
> (POP3). Type the following...
>
> USER username <ENTER>
> PASS password <ENTER>
> LIST <ENTER>

Thanks a lot...works just fine.

Thom