IncognitoMail is a proof of concept implementation for the Incognito Emails idea.
This is the front-end part of the implementation. It's a browser add-on that communicates with the server in the back-end project. All this add-on currently does is request a new Incognito Email whenever you want and display it to you.
After installing the add-on, you will be prompted to configure it on your first use. After configuring with your server's address and your secret token, whenever you click the add-on icon on your browser, you should receive a brand new Incognito Email ready to use. For more details on how this works behind the scenes, please check the back-end project.
- Add a shortcut on the pop-up to go to the preferences page
- Improve how errors and error messages are handled
- Add support for more account management (listing and deleting handles, changing secret token, etc.)
For now, install the add-on through the releases page. Eventually I'll make the add-on available on the Mozilla repository.