WIP
Create email
curl "http://api.yourdomain.com/email/[email protected]&password=somepassword&token=yoursecrettoken"
Update email password
curl "http://api.yourdomain.com/email/[email protected]&password=somepassword&token=yoursecrettoken"
Delete email
curl "http://api.yourdomain.com/email/[email protected]&token=yoursecrettoken"