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

proper mailto handling #749

Open
jorsn opened this issue Jun 4, 2024 · 2 comments
Open

proper mailto handling #749

jorsn opened this issue Jun 4, 2024 · 2 comments

Comments

@jorsn
Copy link
Member

jorsn commented Jun 4, 2024

I'd like to add that we should not forget to support the common mailto syntax. So astroid should be able to understand astroid mailto:[email protected]?subject=test%20space.

It should not rely on parameters like -m since these cannot be set in modern Firefox for mailto links for example; apart from the fact that astroid -m mailto:[email protected] causes a wrong addressee.
-- #37 (comment)

@mxmehl Is #748 a good start for mailto handling? @dnebauer One could maybe augment it with more (non-standard?) keys like attachments.

Standard: RFC6068.

@dnebauer
Copy link

dnebauer commented Jun 5, 2024

@jorsn Thanks for tagging me. I'm no longer using astroid; when development/maintenance went dormant for a few years my version got very buggy and I migrated to another MUA. I remain fond of astroid, however, and am pleased to see it has recently been getting some love.

@mxmehl
Copy link
Contributor

mxmehl commented Jun 7, 2024

I am also not using astroid any more, rather because my new work environment is uncompatible with astroid :(

But it looks like your PR looks like a feasible solution.

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

No branches or pull requests

3 participants