From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11826 Path: main.gmane.org!not-for-mail From: Steve Dunham Newsgroups: gmane.emacs.gnus.general Subject: IMAP support Date: Sat, 02 Aug 1997 12:15:44 -0400 Sender: dunham@cps.msu.edu Message-ID: <33E35D30.B8B66B06@cps.msu.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035151474 32720 80.91.224.250 (20 Oct 2002 22:04:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:04:34 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id KAA28688 for ; Sat, 2 Aug 1997 10:48:52 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id MAA09566 for ; Sat, 2 Aug 1997 12:20:38 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sat, 2 Aug 1997 18:15:52 +0200 Original-Received: (qmail 17779 invoked by uid 504); 2 Aug 1997 16:15:50 -0000 Original-Received: (qmail 17776 invoked from network); 2 Aug 1997 16:15:50 -0000 Original-Received: from sargasso2.cps.msu.edu (35.9.20.14) by claymore.vcinet.com with SMTP; 2 Aug 1997 16:15:50 -0000 Original-Received: from notung (dunham@dhcp-198-109-167-145.tcimet.net [198.109.167.145]) by sargasso2.cps.msu.edu (8.8.5/8.8.5) with ESMTP id MAA17880 for ; Sat, 2 Aug 1997 12:15:45 -0400 (EDT) X-Mailer: Mozilla 4.01b6C [en] (X11; I; Linux 2.0.30 i586) Original-To: ding@gnus.org X-Priority: 3 (Normal) Xref: main.gmane.org gmane.emacs.gnus.general:11826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11826 Is anyone actively working on IMAP support? The only IMAP backend I can find is at /afs/afs_sites/cs.cmu.edu/project/systems-visigoth/src/emacs/nnimap which has the following problems: Can't tell the difference between read and unread messages Can't delete messages Doesn't handle server disconnect gracefully. (i.e. it can't reconnect) It also seems to use a bit more bandwidth to get the message list than the evil mail reader I'm currently stuck with. I'm just wondering if anyone is working on it. (As you can tell from the message header, I'm getting desperate.) Steve dunham@cps.msu.edu