sivarajankumar / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

gmail gadget doesn't work with ggl-qt #345

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. resizing the gadget will not change the number of shown mails 
2. can't change inbox to other tags.

Original issue reported on code.google.com by idlecat...@gmail.com on 30 Dec 2009 at 6:32

GoogleCodeExporter commented 8 years ago
#1 is fixed. It's caused by a "bug" in gmail gadget itself, which calls 
setRequestHeader("cookie", "none") for every http request.

#2 is hard to fix. It requires js context of GGL could be injected into 
qtwebbrowser, 
which seems to be infeasible for now.

Original comment by idlecat...@gmail.com on 21 Jan 2010 at 7:26