Re: Pop email checking information?
Re: Pop email checking information?
- Subject: Re: Pop email checking information?
- From: "Kasper J. Jeppesen" <email@hidden>
- Date: Fri, 23 Apr 2004 09:13:26 +0200
Thought I would just top of the other posts with a small example:
Connect using telnet to port 110 on your pop3 server:
> +OK POP3 server ready
< USER username
> +OK
< PASS password
> +OK
< STAT
> +OK 3 698
< LIST
> 1 206
> 2 311
> 3 181
> .
< RETR 1
> +OK 206 octets
... your message will follow here...
> .
< DELE 1
> +OK Message 1 deleted
> QUIT
> +OK
On Apr 23, 2004, at 6:53 AM, April Gendill wrote:
Does any one know if there are any documents out there which discuss
connecting to a pop server and checking for messages? It doesn't have
to be Cocoa. I've been milling about the net and have not found any
information.
April.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.