You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
we want to build a webmail with angular2, so we need to create an imap-to-http api server,
how can i use this project to build this server or how to disable proton-webmail related encryption features?
The text was updated successfully, but these errors were encountered:
You can replace the webmail in public/ with your own. Neutron will serve static files in public/build/.
All encryption-related features are handled client-side. There are a few HTTP endpoints related to encryption too (/keys), you can disable them by commenting them or building a dummy keys backend that always returns an error.
we want to build a webmail with angular2, so we need to create an imap-to-http api server,
how can i use this project to build this server or how to disable proton-webmail related encryption features?
The text was updated successfully, but these errors were encountered: