From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53430 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with IMAP-over-ssl mail source. Date: Mon, 14 Jul 2003 14:49:57 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87el0tubbg.fsf@cam.ac.uk> <87isq5mtkk.fsf@cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058187562 18846 80.91.224.249 (14 Jul 2003 12:59:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2003 12:59:22 +0000 (UTC) Original-X-From: ding-owner+M1974@lists.math.uh.edu Mon Jul 14 14:59:19 2003 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 19c2vG-0004tU-00 for ; Mon, 14 Jul 2003 14:59:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19c2w4-0006YG-00; Mon, 14 Jul 2003 08:00:08 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19c2vx-0006YB-00 for ding@lists.math.uh.edu; Mon, 14 Jul 2003 08:00:01 -0500 Original-Received: (qmail 33345 invoked by alias); 14 Jul 2003 13:00:00 -0000 Original-Received: (qmail 33336 invoked from network); 14 Jul 2003 13:00:00 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 14 Jul 2003 13:00:00 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h6ECxvkU011162 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Mon, 14 Jul 2003 14:59:59 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030714:ding@gnus.org:5cf3937d1c6732c3 X-Hashcash: 0:030714:ding@gnus.org:5cf3937d1c6732c3 In-Reply-To: <87isq5mtkk.fsf@cam.ac.uk> (Gaute B. Strokkenes's message of "Mon, 14 Jul 2003 08:54:51 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53430 Gaute B Strokkenes writes: >>> Inspection shows that (imap-error-text buf) returns nil. >> >> This should be fixed, although the problem generating the backtrace >> is probably still around. Could you set `imap-log' and send the >> content of *imap-log* when this happens? > > depth=0 /C=UK/ST=Cambridgeshire/L=Cambridge/O=University of Cambridge/OU=Student-Run Computing Facility/CN=imap.srcf.ucam.org/emailAddress=sysadmins@srcf.ucam.org > verify error:num=18:self signed certificate > verify return:1 > depth=0 /C=UK/ST=Cambridgeshire/L=Cambridge/O=University of Cambridge/OU=Student-Run Computing Facility/CN=imap.srcf.ucam.org/emailAddress=sysadmins@srcf.ucam.org > verify return:1 > * OK [CAPABILITY IMAP4REV1 X-NETSCAPE LOGIN-REFERRALS STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2001.315 at Mon, 14 Jul 2003 08:52:43 +0100 (BST)^M > > (the CR at the end of the last line has been replaced with the two > characters ^M for your safety and convenience.) This looks fine. Does it stop there? It should continue with the login. Could you perhaps edebug `mail-source-fetch-imap' to see what is going on?