Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mime] Escape commas in address names#39866
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedJan 18, 2021
Hey! I didn't know that was capable of this emotion. I really really like reviewing this PR. Well done. I think@Cartman34 has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
Uh oh!
There was an error while loading.Please reload this page.
079196f toc89ff21CompareUh oh!
There was an error while loading.Please reload this page.
c89ff21 to39e9158Comparefabpot commentedMar 12, 2021
Thank you@YaFou. |
This PR encodes names with quotes when building e-mails, e.g. "John Doe"<johndoe@provider.test>. This adds support for special names with commasand even quotes.Related:symfony/symfony#39866,plausible/analytics#1885
This PR encodes names with quotes when building e-mails, e.g. "John Doe"<johndoe@provider.test>. This adds support for special names with commasand even quotes.Related:symfony/symfony#39866,plausible/analytics#1885
This PR encodes names with quotes when building e-mails, e.g. "John Doe"<johndoe@provider.test>. This adds support for special names with commasand even quotes.Related:symfony/symfony#39866,plausible/analytics#1885
Before:
After: