I would like to know where to start if I would like to create my own email client based on HTML and JS.
Basically, is it possible to receive email from a server using only AJAX, JS, JQuery, etc.
The client will not be hosted on the server on which the email is sent, but if there is a problem with Cross-Orign requests, I can handle this with CORS.
I could not find the answer to my question even after searching.
Thank you in advance
source share