Ray, It is nothing to do with the tcp/ip, that's only how to connect to the server over the network. Reading messages from a POP3 server is documented in the RFC1939. SMTP is in RFC2821, also you might interested on IMAP which is RFC2060. Anyway, the short answer is: YES. So you can obtain the entire header of the message, then parse it for yourself (search for the line starting with 'Subject:' and that's it. Then if you decide you can download part or the entire message or delete it. Hope it helps, Tamas On 15/07/06, Ray Newman wrote: > > Not being an expert in PIC18 series chips or tcp/ip protocol, > is it possible to receive email (subject line only) then delete on server? > > I need to send and receive email. > Using off site (not on lan) pop3 and smtp servers > both send and receive need only to use subject line > > Thanks, > Ray > > > > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist