Change the link in the mail applet for GMail to use https instead of http

Registered by Luciano

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 . My first post, so don't be too hard on me if I'm doing something wrong!

Blueprint information

Status:
Not started
Approver:
None
Priority:
Not
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

Marking as "not a priority", because this is a bug, not a blueprint. Please refile this as a bug so that the mail applet maintainer can view your problem and fix it.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.