+ 2
How To write mail client?
what i need know for writting mail client in soket programming ? please help me
1 Resposta
+ 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! :)