From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71129 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Sun, 19 Sep 2010 20:23:27 +0200 Message-ID: <87k4mhego0.fsf@keller.adm.naquadah.org> References: <87ocbt3bfz.fsf@keller.adm.naquadah.org> <87aandhbe8.fsf@keller.adm.naquadah.org> <87vd61fwg1.fsf@keller.adm.naquadah.org> <87fwx5fvzf.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1284920648 17661 80.91.229.12 (19 Sep 2010 18:24:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 18:24:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19502@lists.math.uh.edu Sun Sep 19 20:24:06 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OxOYX-0008Kb-E9 for ding-account@gmane.org; Sun, 19 Sep 2010 20:24:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OxOYV-0002Ke-SQ; Sun, 19 Sep 2010 13:24:03 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OxOYU-0002KH-7s for ding@lists.math.uh.edu; Sun, 19 Sep 2010 13:24:02 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxOYT-0002nl-8x for ding@lists.math.uh.edu; Sun, 19 Sep 2010 13:24:02 -0500 Original-Received: from prometheus.naquadah.org ([212.85.154.174] helo=mx1.naquadah.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxOYS-0005fw-00 for ; Sun, 19 Sep 2010 20:24:00 +0200 Original-Received: by mx1.naquadah.org (Postfix, from userid 8) id C387A5C150; Sun, 19 Sep 2010 20:23:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on prometheus.naquadah.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.5 tests=ALL_TRUSTED,BAYES_00, URIBL_RHS_DOB autolearn=no version=3.3.1 Original-Received: from keller.adm.naquadah.org (unknown [IPv6:2a01:e35:2e39:e900:222:faff:fe9d:ce44]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id EBC5D5C113 for ; Sun, 19 Sep 2010 20:23:27 +0200 (CEST) Original-Received: from jd by keller.adm.naquadah.org with local (Exim 4.72) (envelope-from ) id 1OxOXv-0007oV-Cy for ding@gnus.org; Sun, 19 Sep 2010 20:23:27 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Sep 2010 20:13:29 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71129 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sun, Sep 19 2010, Lars Magne Ingebrigtsen wrote: > Yes, the buffers are killed once you exit Gnus, but they should be > created immediately when trying to talk to an IMAP server. I've cheated like that: % git diff diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el index f245907..5d72880 100644 =2D-- a/lisp/gnus-int.el +++ b/lisp/gnus-int.el @@ -146,6 +146,7 @@ If CONFIRM is non-nil, the user will be asked for an NN= TP server." (gnus-server-opened gnus-select-method) (gnus-open-server gnus-select-method) gnus-batch-mode + (error "AAAHH") (gnus-y-or-n-p (format "%s (%s) open error: '%s'. Continue? " M-x toggle-debug-on-error I managed to get the *nnimap* buffer! How disapointing: Resolving 'keller.adm.naquadah.org'... Connecting to '127.0.1.1:993'... =2D Ephemeral Diffie-Hellman parameters - Using prime: 1024 bits - Secret key: 1021 bits - Peer's public key: 1023 bits =2D Certificate type: X.509 - Got a certificate list of 1 certificates. - Certificate[0] info: - subject `O=3DDovecot mail server,OU=3Dkeller.adm.naquadah.org,CN=3Dkell= er.adm.naquadah.org,EMAIL=3Droot@keller.adm.naquadah.org', issuer `O=3DDove= cot mail server,OU=3Dkeller.adm.naquadah.org,CN=3Dkeller.adm.naquadah.org,E= MAIL=3Droot@keller.adm.naquadah.org', RSA key 1024 bits, signed using RSA-S= HA, activated `2010-08-31 13:49:12 UTC', expires `2020-08-30 13:49:12 UTC',= SHA-1 fingerprint `6279c93fc1cf5eb740420267f21a09de19e72f1c' =2D The hostname in the certificate matches 'keller.adm.naquadah.org'. =2D Peer's certificate issuer is unknown =2D Peer's certificate is NOT trusted =2D Version: TLS1.0 =2D Key Exchange: DHE-RSA =2D Cipher: AES-128-CBC =2D MAC: SHA1 =2D Compression: NULL =2D Handshake was completed =2D Simple Client Mode: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH= =3DPLAIN] Dovecot ready.=0D =2D-=20 Julien Danjou // =E1=90=B0 http://julien.danjou.info --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkyWVR8ACgkQpGK1HsL+5c3yBACfWWoRcHcA8Qw/5iPrbJGtAdhK heUAoJMdaxzN3eR3nbC8DLWSrUchWdhs =vSVJ -----END PGP SIGNATURE----- --=-=-=--