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

api: add mailto parse api #4829

Merged
merged 1 commit into from
Oct 26, 2023
Merged

api: add mailto parse api #4829

merged 1 commit into from
Oct 26, 2023

Conversation

Septias
Copy link
Contributor

@Septias Septias commented Oct 15, 2023

close #4620

This PR introduces a new core API to parse mailto links into a uniform data format. This could be used to unify the different implementations on the current platforms.
To complete this PR we have to decide for which APIs we want to expose this (now) internal API (c, python, json-rpc, etc.), and if we want such an API at all as it doesn't have a corresponding UI-PR and is not really needed.

@Septias Septias changed the base branch from master to stable October 15, 2023 15:51
@Septias
Copy link
Contributor Author

Septias commented Oct 17, 2023

Should we continue this work @link2xt @r10s ?

Copy link
Member

@adbenitez adbenitez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to also add JSONRPC API

src/tools.rs Show resolved Hide resolved
@Septias Septias requested a review from r10s October 24, 2023 08:46
@Septias Septias merged commit 7399a39 into main Oct 26, 2023
31 of 36 checks passed
@Septias Septias deleted the sk/add_mailto_parse_api branch October 26, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

offer mailto link parsing api
3 participants