After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526827 - Escape characters in mail stock
Escape characters in mail stock
Status: RESOLVED FIXED
Product: bigboard
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: bigboard-maint
bigboard-maint
Depends on:
Blocks:
 
 
Reported: 2008-04-07 21:49 UTC by Owen Taylor
Modified: 2008-04-11 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
undo gmail escaping (5.29 KB, patch)
2008-04-11 21:01 UTC, Colin Walters
none Details | Review

Description Owen Taylor 2008-04-07 21:49:11 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.
Comment 1 Colin Walters 2008-04-11 21:01:47 UTC
Created attachment 109084 [details] [review]
undo gmail escaping
Comment 2 Colin Walters 2008-04-11 21:47:29 UTC
Sending        bigboard/stocks/mail/MailStock.py
Transmitting file data .
Committed revision 7294.