GNOME Bugzilla – Bug 526827
Escape characters in mail stock
Last modified: 2008-04-11 21:47:29 UTC
Unread messages are showing up as: \003cb\u003eBlah blah The first part is an escaped form of a <b> The code currently has: s = s.replace("\\u003cb\\>", b) So that needs to be fixed up to deal with the escaped '>' as well. I've also seen some other escapes ... I think parentheses. So it would be worth experimenting a bit with sending mail messages with special characters. Need to be careful not to let people write general markup in a mail header and have that get passed through to GMarkup.
Created attachment 109084 [details] [review] undo gmail escaping
Sending bigboard/stocks/mail/MailStock.py Transmitting file data . Committed revision 7294.