Bugzilla@Mozdev – Bug 25903
In address fields, Quotation marks are escaped: \"
Last modified: 2015-07-09 03:42:38
You need to log in before you can comment on or make changes to this bug.
If an email Address Fred "Rick" Flintstone <fred@fire.com> is used, ST4 will return the name as Fred \"rick\" Flintstone The " characters are escaped as \" Also, the Capitalize Name option misfires and causes Rick to be lower cased.
Created an attachment (id=7964) [details] 0.9.6.1 prerelease 13 This version replaces escaped \" with " within any header field. This solution might be too heavy handed as there might be instances (subject field?) where it is not desired, so I might add a hidden option to turn it off later.
Created an attachment (id=7966) [details] 0.9.6.1 prerelease 23 A better version that deals with \" and also fixes the capitalization issues.
Fixed in 1.0.1 (please reopen if you see behavior again)