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 733743 - Automatically display images in messages
Automatically display images in messages
Status: RESOLVED DUPLICATE of bug 714554
Product: geary
Classification: Other
Component: general
0.6.x
Other Linux
: Normal enhancement
: ---
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-25 15:24 UTC by Frédéric Parrenin
Modified: 2014-07-29 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frédéric Parrenin 2014-07-25 15:24:09 UTC
In geary, images contained in messages are not automatically displayed.
The user needs to click on "display images" each time he wants to read a message containing images.
I think this is a un-necessary step. Images should be automatically displayed.
Or is there a good reason not to do so?
(I noticed that recently, gmail turned on the automatic display of images.)
Comment 1 Jim Nelson 2014-07-25 19:54:39 UTC
(In reply to comment #0)
> I think this is a un-necessary step. Images should be automatically displayed.
> Or is there a good reason not to do so?

It's a privacy risk.  The sender can insert state into the image's URL that lets them know when you're reading the email.  For spammers, it's a way to verify the email address is actively used.

If you trust the sender of a message, you can click "Display All Images From This Sender".  You won't be asked again.

> (I noticed that recently, gmail turned on the automatic display of images.)

Google does this by loading the images through a secure proxy server:

http://gmailblog.blogspot.com/2013/12/images-now-showing.html

*** This bug has been marked as a duplicate of bug 714554 ***
Comment 2 Frédéric Parrenin 2014-07-26 08:41:37 UTC
OK I see, thanks for the explanation.
Would it be possible for geary to use google secure proxy server for gmail accounts? Is it open to external applications?
Comment 3 Jim Nelson 2014-07-29 18:23:22 UTC
(In reply to comment #2)
> Would it be possible for geary to use google secure proxy server for gmail
> accounts? Is it open to external applications?

I've not seen any documentation suggesting that external applications can use it.