pablo-co / bamboo_postmark

A Bamboo adapter for Postmark
MIT License
39 stars 29 forks source link

Encode names to support special characters #41

Closed vinibrsl closed 9 months ago

vinibrsl commented 2 years ago

This PR encodes names with quotes when building e-mails, e.g. "John Doe" <johndoe@provider.test>. This adds support for special names with commas and even quotes.

Related: https://github.com/symfony/symfony/pull/39866, https://github.com/plausible/analytics/issues/1885

vinibrsl commented 2 years ago

@pablo-co 👋

Thanks for the awesome work on bamboo_postmark! I'm not sure why checks are failing, I think it's related to CircleCI and not the code itself. Could you please take a look?

pablo-co commented 1 year ago

Some personal circumstances kept me away from work and checking these public repos. Thank you for the contribution and the patience you've shown after some months of no interaction on my part. Will try look into this next week.