From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4630 Path: news.gmane.org!not-for-mail From: Dallas Masters Newsgroups: gmane.emacs.gnus.user Subject: problem with imap mail source Date: 10 Mar 2005 15:46:08 -0700 Organization: University of Colorado Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670511 24092 80.91.229.2 (31 Jan 2006 01:21:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:21:51 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:04 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!news.colorado.edu!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: ccardhcp-220.colorado.edu Original-X-Trace: peabody.colorado.edu 1110494769 4489 128.138.215.220 (10 Mar 2005 22:46:09 GMT) Original-X-Complaints-To: abuse@colorado.edu Original-NNTP-Posting-Date: 10 Mar 2005 22:46:09 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4771 Original-Lines: 24 X-Gnus-Article-Number: 4771 Tue Jan 17 17:34:04 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4630 Archived-At: I'm slowly becoming a gnus convert, but I'm getting an error trying to fetch mail from an imap mail source. My setup is: '(mail-sources (quote ( (file :path "/var/spool/mail/mastersd") (imap :server "ccar.colorado.edu" :port 993 :user "mastersd" :stream ssl)))) Connection is made and authenicated, but the following error message is returned when there is a mail to be fetched: error in process filter: imap-parse-response: Internal error, tag 5 status BAD code nil text Bogus attribute list in UID FETCH error in process filter: Internal error, tag 5 status BAD code nil text Bogus attribute list in UID FETCH I have tried to search for similar questions, but I have not found a solution. Same error even if I specify the Mailbox as "INBOX". Currently I am getting mail via the same imap server with fetchmail without any errors. Thanks. -- Dallas