From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49810 Path: main.gmane.org!not-for-mail From: Sridhar Boovaraghavan Newsgroups: gmane.emacs.gnus.general Subject: Webmail using CVS Gnus Date: Sun, 02 Feb 2003 21:27:08 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044380558 24976 80.91.224.249 (4 Feb 2003 17:42:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 17:42:38 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18g75g-0006UT-00 for ; Tue, 04 Feb 2003 18:42:36 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18g76e-000662-00; Tue, 04 Feb 2003 11:43:36 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Feb 2003 11:44:32 -0600 (CST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA14582 for ; Tue, 4 Feb 2003 11:44:21 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18g73e-0006Jn-00 for ; Tue, 04 Feb 2003 18:40:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@hpc.uh.edu Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18fXFX-0004Z9-00 for ; Mon, 03 Feb 2003 04:26:23 +0100 Original-Lines: 43 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2.93 (i386-mingw-nt5.1.2600) Cancel-Lock: sha1:50j5yyR1QhpXtmfohemb2wMrBWE= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49810 Hi, I have just started playing around with the latest Gnus in CVS to try fetching my mail from Yahoo. After reading the documentation, I have the following configured. -- mail-sources's value is ((webmail :subtype yahoo :user "sridhar_ml" :dontexpunge t :plugged t)) gnus-secondary-select-methods's value is ((nntp "news.gmane.org") (nnml "")) -- When I start up gnus, it asks me for the password for sridhar_ml and then there is a message that says that it cannot open login.yahoo.com:443 that is not logged in the *Messages* buffer, but is echoed in the minibuffer. A backtrace shows this: -- signal(error ("Could not create connection to login.yahoo.com:443")) error("Could not create connection to %s:%d" "login.yahoo.com" 443) url-http(["https" nil nil "login.yahoo.com" 443 "/config/login?38b2uq99ap98a" nil nil t] (lambda (&rest --cl-rest--) (snipped _sb) url-https(["https" nil nil "login.yahoo.com" 443 "/config/login?38b2uq99ap98a" nil nil t] (lambda (&rest --cl-rest--) (snipped _sb) url-retrieve("https://login.yahoo.com/config/login?38b2uq99ap98a" (lambda (&rest --cl-rest--) (snipped _sb)) url-retrieve-synchronously("https://login.yahoo.com/config/login?38b2uq99ap98a") url-insert-file-contents("https://login.yahoo.com/config/login?38b2uq99ap98a") mm-url-fetch-simple("https://login.yahoo.com/config/login?38b2uq99ap98a" ".tries=&.src=ym&.last=&promo=&.intl=&.bypass=&.partner=&.chkP=Y&.done=&login=sridhar_ml&passwd=MyPass") webmail-url((content ("%s" webmail-aux) ".tries=&.src=ym&.last=&promo=&.intl=&.bypass=&.partner=&.chkP=Y&.done=&login=%s&passwd=%s" user password)) -- I am using the CVS versions of URL and W3 from savannah. I am trying this on Emacs 21.2.93 on Windows XP. Is this happening because I don't have some openssl available in the path or something like that or have others experienced the same problems with Yahoo? Thanks, Sridhar -- Sridhar Boovaraghavan