How To write mail client? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How To write mail client?

what i need know for writting mail client in soket programming ? please help me

26th Apr 2018, 9:50 PM
mohammad golkar
mohammad golkar - avatar
1 Answer
+ 2
I would look into the following concepts before starting off the project: - (TCP-) Socket & Client-Server architecture - SMTP protocol - SSH/TLS (if you want to encrypt your mails) Have fun! :)
26th Apr 2018, 11:11 PM
Manuel Probst