sample program for smtp mail reading.

Hi,

We are trying to implement smtp for reading a mail. As in the given samples(samples cpip\smtp\smtp.c) we could able to send the mail.
please help us giving the information about how to read an email from inbox using smtp.

thanks in advance.

N NIRANJAN REDDY.

Hi,

For reading emails you need to use the pop3 protocol. SMTP is only for sending.

Regards,
Peter

Hello
SMTP is often used to send mail on top of TCP protocol. If you want to check mail from mail server, you should also know about POP3 and IMAP protocol.

http://www.maileva.co.uk/