Bug 441917 - Escape characters in bigboard mail widget
Summary: Escape characters in bigboard mail widget
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bigboard
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Colin Walters
QA Contact: Fedora Extras Quality Assurance
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Depends On:
Blocks: F9ODBlocker
TreeView+ depends on / blocked
 
Reported: 2008-04-10 18:29 UTC by Owen Taylor
Modified: 2008-04-23 17:16 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-23 17:16:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
go through all the steps to undo gmail's weirdness (5.29 KB, patch)
2008-04-11 20:57 UTC, Colin Walters
no flags Details | Diff

Description Owen Taylor 2008-04-10 18:29:28 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 20:57:38 UTC
Created attachment 302170 [details]
go through all the steps to undo gmail's weirdness

Comment 2 Colin Walters 2008-04-23 17:16:31 UTC
Should be fixed now.


Note You need to log in before you can comment on or make changes to this bug.