[gaim-migrate @ 12962]

Thu, 30 Jun 2005 06:50:55 +0000

author
Fred Hampton
date
Thu, 30 Jun 2005 06:50:55 +0000
changeset 11046
7115083ba944
parent 11045
722a562fedeb
child 11047
1b0452e2f2a9

[gaim-migrate @ 12962]
Patch #1172190 from Fred Hampton

Switch Yahoo mail to use HTTPS instead of HTTP.

committer: Richard Laager <rlaager@pidgin.im>

COPYRIGHT file | annotate | diff | comparison | revisions
src/protocols/yahoo/yahoo.h file | annotate | diff | comparison | revisions
--- a/COPYRIGHT	Thu Jun 30 06:24:12 2005 +0000
+++ b/COPYRIGHT	Thu Jun 30 06:50:55 2005 +0000
@@ -82,6 +82,7 @@
 Ryan C. Gordon
 Miah Gregory
 Christian Hammond
+Fred Hampton
 Andy Harrison
 Andrew Hart (arhart)
 G. Sumner Hayes
--- a/src/protocols/yahoo/yahoo.h	Thu Jun 30 06:24:12 2005 +0000
+++ b/src/protocols/yahoo/yahoo.h	Thu Jun 30 06:50:55 2005 +0000
@@ -30,7 +30,7 @@
 #define YAHOO_PAGER_HOST "scs.msg.yahoo.com"
 #define YAHOO_PAGER_PORT 5050
 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/"
-#define YAHOO_MAIL_URL "http://mail.yahoo.com/"
+#define YAHOO_MAIL_URL "https://mail.yahoo.com/"
 #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com"
 #define YAHOO_XFER_PORT 80
 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/"

mercurial