sendgrid-perl
sendgrid-perl copied to clipboard
Removed utf8 encoding from attachment data and added test.
Fixed handling of binary attachment data. The UTF8 encoding is not necessary, it corrupts the data. URI escaping alone is sufficient. Added test case for same in the current unicode test sub.