mailflare-extension
mailflare-extension copied to clipboard
Browser extension to use Cloudflare Email Routing as an email alias service like AnonAddy or SimpleLogin
Add a feature to automatically import (custom domain) aliases from services like AnonAddy or SimpleLogin. AnonAddy API: https://app.addy.io/docs/#aliases-GETapi-v1-aliases SimpleLogin API: https://github.com/simple-login/app/blob/master/docs/api.md#get-apiv2aliases
The web version should have a landing page with info about the app instead of throwing the visitor right into the login view.
When there is cached data, it should be displayed even the device is currently offline. Cached data should not be wiped when offline.
Provide additional options during login, like manully specifying account ID and zone IDs, to reduce the required token permissions if the user chooses so.
### Feature Description In the readme, it mentions the limitation: > Subdomains cannot use Email Routing to forward emails, unless they are part of an Enterprise account. However that doesn't...