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

TF-3221 Handle mailto with additional cc and bcc #3232

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tddang-linagora
Copy link
Contributor

Issue

Reference

Resolved

  • Click link
Screen.Recording.2024-10-25.at.11.17.58.mov
  • Paste link in browser's navigation bar
Screen.Recording.2024-10-25.at.11.26.55.mov

Copy link

This PR has been deployed to https://linagora.github.io/tmail-flutter/3232.

@dab246
Copy link
Member

dab246 commented Oct 28, 2024

  • Should use the passed name instead of invalid for easy distinction when there are multiple recipients. Ex: mailto/?uri=mailto:hoangdat&to=user3@&[email protected]&subject=TwakeMail&body=hello
Screenshot 2024-10-28 at 14 23 58

@dab246
Copy link
Member

dab246 commented Oct 28, 2024

  • Some URI not work on a tag html
<a href="mailto%3Auser1%40example.com%2Cuser2%40example.com%2Cuser3%40example.com%26to=user1%40example.com%2Cuser2%40example.com%2Cuser3%40example.com%26cc=user1%40example.com%2Cuser2%40example.com%2Cuser3%40example.com%26bcc=user1%40example.com%2Cuser2%40example.com%2Cuser3%40example.com%26subject%3DTwakeMail%26body%3DHelloWorld" target="_blank" rel="noreferrer">Mailto 4</a>
<a href="mailto:user1,user2,[email protected]&amp;[email protected]&amp;[email protected]&amp;subject=TwakeMail 0.14.3 SaaS&amp;body=HelloWorld Nice to meet you" target="_blank" rel="noreferrer">Mailto 5</a>
<a href="mailto:user1,user2,[email protected]&amp;[email protected]&amp;[email protected]&amp;subject=&amp;body=you" target="_blank" rel="noreferrer">Mailto 6</a>
<a href="mailto:user1,user2,[email protected]&amp;[email protected]&amp;[email protected]&amp;subject=&amp;body=" target="_blank" rel="noreferrer">Mailto 7</a>
<a href="mailto:&amp;[email protected]&amp;body=" target="_blank" rel="noreferrer">Mailto 8</a>
<a href="mailto:hoangsadskakdkakdksakdksakldkladkakkd&amp;[email protected]" target="_blank" rel="noreferrer">Mailto 9</a>

@tddang-linagora
Copy link
Contributor Author

Some URI not work on a tag html

None of the links there is able to parse. Paste it here to check https://www.freeformatter.com/url-parser-query-string-splitter.html

@tddang-linagora
Copy link
Contributor Author

Should use the passed name instead of invalid for easy distinction when there are multiple recipients. Ex: mailto/?uri=mailto:hoangdat&to=user3@&cc=[email protected]&subject=TwakeMail&body=hello

Screen.Recording.2024-10-28.at.17.09.57.mov

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.

2 participants