Results 1 to 3 of 3
Dear all,
Could anyone give me some help for writing a C program on Linux for sending and receiving email? Thank you very much.
Regards,
Gary Mok...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-05-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
Help: C program for sending/receiving email
Dear all,
Could anyone give me some help for writing a C program on Linux for sending and receiving email? Thank you very much.
Regards,
Gary Mok
- 09-05-2006 #2Linux User
- Join Date
- Oct 2004
- Location
- /dev/random
- Posts
- 404
You need to know socket programming for network connectivity.
Moreover, for email handling, you'd require to know either IMAP(Internet Mail Access Protocol)/POP3 (Post Office Protocol version 3) (for receiving) and SMTP (Simple Mail Transfer Protocol) (for sending)
Search for the RFCs of the same.The Unforgiven
Registered Linux User #358564
- 09-05-2006 #3
Surely this has already been done? Cant you use an already established mail client such as Evolution or Thunderbird? This isn't a homework question is it?
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
