websocket - How can I code an email client without servers? -
i wanted make own email client. alternative gmail, or own email service.
can make own email service without servers?
is there way websockets?
you need kind of server listening email connection, recieve mail.
so yes need kind of service (which have run on server) listen out email. might need how smtp email connection works first
http://en.wikipedia.org/wiki/simple_mail_transfer_protocol
this should show process, each mail server goes through send , recieve email.
lets careful definition of server here well, listening service need run on somthing has internet connection time. (put simply)
just add, question little miss-leading. answers provided should put in right direction.
Comments
Post a Comment