mail applet link using http instead of https protocol

Bug #489425 reported by Luciano
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Awn Extras
Fix Released
Undecided
Grega Podlesek

Bug Description

When clicking on the URL link in the 'mail' applet, when using gmail, the URL is set to use http protocol. It would be safer to use https.

--- src/mail/mail.py.new 2009-04-26 18:19:31.000000000 +0100
+++ src/mail/mail.py 2009-04-26 18:25:24.000000000 +0100
@@ -388,7 +388,7 @@ class Backends:
             self.key = key

         def url(self):
- return "http://mail.google.com/mail/"
+ return "https://mail.google.com/mail/"

         def update(self):
             f = feedparser.parse( \

This is a diff from 3.2.2 .

Related branches

moonbeam (rcryderman)
Changed in awn-extras:
assignee: nobody → Grega Podlesek (muscardinus)
Revision history for this message
Grega Podlesek (muscardinus) wrote :

Fixed in 0.4 branch, rev 1844

Changed in awn-extras:
status: New → Fix Committed
onox (onox)
Changed in awn-extras:
milestone: none → 0.4.0
Mark Lee (malept)
Changed in awn-extras:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.