Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to generate new keypair for a specific user email (alias) #5895

Open
martgil opened this issue Jan 8, 2025 · 1 comment
Open
Assignees
Milestone

Comments

@martgil
Copy link
Collaborator

martgil commented Jan 8, 2025

Description:

The FlowCrypt browser extension does offer a feature to generate another keys if they wish to.

image

However, it only generates another keypair for the current email address and does not offer user to generate it to another email address (email alias).

It would be ideal for it to have an option to show and let user to choose if it was to generate key for the email alias they have. For instance, the suggested feature would have been aided user who are experiencing issue in sending secure email using their email alias:

} else if (!(await GeneralMailFormatter.isSenderInKeyUserIds(view, signingKey.key))) {

@sosnovsky sosnovsky added this to the 8.5.9 milestone Jan 8, 2025
@sosnovsky
Copy link
Collaborator

Great idea! Let's add dropdown with list of current user email aliases above passphrase section:

Screenshot 2025-01-08 at 14 36 05

But it should be visible only for users who have email aliases.
When user has a single email - this dropdown should be hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants