Re: modify email function
I think all you need to do is change the RETR command... as that's what is RETRieving the email... I don't remember if it's a different command (for some reason I want to say it's a GET, but I'm not sure) or if it's an option onthe RETR... but there is a way to get just the header info.
I'll see if I can find it.
-tg
edit - ah... here it is... http://www.electrictoolbox.com/artic...pop3-commands/ scroll down to the TOP command... TOP x 0 is the command, where x is the message number to retrieve... caveat is that not all POP servers support it though.... but the article is from 2004, so things may have changed...
-tg
Re: modify email function
Thank you so much. That was very helpful.
Re: modify email function
RFC1939 aka Post Office Protocol - Version 3