From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69456 Path: news.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Imap connection problems Date: Mon, 22 Mar 2010 14:29:59 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: dough.gmane.org 1269281544 14612 80.91.229.12 (22 Mar 2010 18:12:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Mar 2010 18:12:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17851@lists.math.uh.edu Mon Mar 22 19:12:20 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 1Ntm6s-0007wQ-EQ for ding-account@gmane.org; Mon, 22 Mar 2010 19:12:18 +0100 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 1Ntm5y-0002lk-Ql; Mon, 22 Mar 2010 13:11:22 -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 1Nthhm-0001g3-1R for ding@lists.math.uh.edu; Mon, 22 Mar 2010 08:30:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1Nthhk-0001i7-Le for ding@lists.math.uh.edu; Mon, 22 Mar 2010 08:30:05 -0500 Original-Received: from mail.lf.net ([212.9.160.2]) by quimby with esmtp (Exim 3.36 #1 (Debian)) id 1Ntido-0000nG-00 for ; Mon, 22 Mar 2010 15:30:04 +0100 Original-Received: from vserv.viteno.net ([212.9.183.189] helo=vserv.viteno.net.viteno.net) by mail.lf.net with esmtp (Exim 4.63) (envelope-from ) id 1Nthhj-0003vW-25 for ding@gnus.org; Mon, 22 Mar 2010 14:30:03 +0100 X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux) X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69456 Archived-At: Hi! Since this weekend, I get the following error when trying to connect to my IMAP server. It may be related to the latest patches: Unable to open server nnimap+mmlab, go offline? (y or n) Unable to open server nnimap+mmlab due to: Malformed property list: (:source "~/.authinfo.gpg" :host t :protocol t nil), (nil) Parsing authinfo file `~/.authinfo'. Waiting for response from imap.mmlab.de...done imap: Connecting with STARTTLS...done imap: Connecting with STARTTLS... This is on - XEmacs 21.5 (beta29) "garbanzo" 57f4dcb14ad5+ [Lucid] (i686-pc-linux, Mule) of Sun Mar 21 2010 - No Gnus v0.11 as of today The nnimap configuration is simple: (setq gnus-secondary-select-methods `((nnimap "mmlab" (nnimap-address "imap.mmlab.de") (nnimap-stream starttls) (nnimap-authenticator login)))) Any hints? Thanks, norbert. --