Email API Documentation?
chrisspen opened this issue · 1 comments
Is there any documentation for actually using this API for sending and receiving emails?
The README just explains how to authenticate and store your authentication, and nothing else. Why authenticate if there's no functionality to authenticate for?
This is used as a component in the ProtonVPN Linux client and other small projects that need API authentication but is not intended to be a generic Proton CLI. Specifically for email, there is a tremendous amount of client-side logic and encryption that needs to be implemented to use the email API and we don't expect third parties to do this. If you'd like to send emails programmatically with a standard SMTP interface, I suggest you look at the Bridge project.