-
Notifications
You must be signed in to change notification settings - Fork 73
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
base: master
Are you sure you want to change the base?
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3232. |
lib/features/email/presentation/controller/single_email_controller.dart
Outdated
Show resolved
Hide resolved
|
<a href="mailto:[email protected],[email protected],[email protected]&[email protected],[email protected],[email protected]&[email protected],[email protected],[email protected]&[email protected],[email protected],[email protected]&subject=TwakeMail&body=HelloWorld" target="_blank" rel="noreferrer">Mailto 3</a> <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]&[email protected]&[email protected]&subject=TwakeMail 0.14.3 SaaS&body=HelloWorld Nice to meet you" target="_blank" rel="noreferrer">Mailto 5</a> <a href="mailto:user1,user2,[email protected]&[email protected]&[email protected]&subject=&body=you" target="_blank" rel="noreferrer">Mailto 6</a> <a href="mailto:user1,user2,[email protected]&[email protected]&[email protected]&subject=&body=" target="_blank" rel="noreferrer">Mailto 7</a> <a href="mailto:&[email protected]&body=" target="_blank" rel="noreferrer">Mailto 8</a> <a href="mailto:hoangsadskakdkakdksakdksakldkladkakkd&[email protected]" target="_blank" rel="noreferrer">Mailto 9</a> |
None of the links there is able to parse. Paste it here to check https://www.freeformatter.com/url-parser-query-string-splitter.html |
Screen.Recording.2024-10-28.at.17.09.57.mov |
Issue
Reference
Resolved
Screen.Recording.2024-10-25.at.11.17.58.mov
Screen.Recording.2024-10-25.at.11.26.55.mov