From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72187 Path: news.gmane.org!not-for-mail From: JJ Newsgroups: gmane.emacs.gnus.general Subject: Debugging Emacs Gnus to determine the starttls command working with No Gnus Date: Wed, 29 Sep 2010 11:59:13 -0400 Message-ID: <9cba874b36d3f18d0f7d5446e59494cb@hcoop.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1285775982 17460 80.91.229.12 (29 Sep 2010 15:59:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2010 15:59:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20560@lists.math.uh.edu Wed Sep 29 17:59:40 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 1P0z4G-0007r5-3l for ding-account@gmane.org; Wed, 29 Sep 2010 17:59:40 +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 1P0z42-0002r2-IZ; Wed, 29 Sep 2010 10:59:26 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0z40-0002qq-UQ for ding@lists.math.uh.edu; Wed, 29 Sep 2010 10:59:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0z3z-0001dt-Q5 for ding@lists.math.uh.edu; Wed, 29 Sep 2010 10:59:24 -0500 Original-Received: from deleuze.hcoop.net ([69.90.123.67] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0z3z-0003Fq-00 for ; Wed, 29 Sep 2010 17:59:23 +0200 Original-Received: from deleuze.hcoop.net ([69.90.123.67] helo=mail.hcoop.net ident=roundcube) by deleuze.hcoop.net with esmtp (Exim 4.63) (envelope-from ) id 1P0z3p-00049w-PN for ding@gnus.org; Wed, 29 Sep 2010 11:59:13 -0400 X-Sender: ding_gnus.org@sumou.com User-Agent: RoundCube Webmail/0.1-rc2 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72187 Archived-At: OK, I'm trying to accomplish the following: I can use the git checkout of No Gnus no probs at home. At work, it won't connect to hcoop.net's IMAP server. The admin has assured me that port 993, and for that matter also 143, is not blocked at work. I can connect however, without any change in setup, but using the Gnus in Emacs 24, the latest bzr version. I've checked I can't reach the server with `gnutls-cli -p imaps mail.hcoop.net' which is the command that No Gnus uses at home to connect. At work this just times out... What I'd like to see is the actual commandline it the Emacs Gnus uses to be able to connect to hcoop at work, since I just can't figure it out, I've been experimenting today all day with various ports, nnimap-stream variations and what have you, no luck... However neither *imap-debug*, nor *nnimap-debug*, or *Messages* will show me the commandline syntax the Emacs Gnus uses, so I can force No Gnus to work that way. I'm sure it's easy to derive, however don't know where to examine the actual commandline syntax... -- JJ