From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9489 Path: main.gmane.org!not-for-mail From: visigoth@naiad.fac.cs.cmu.edu Newsgroups: gmane.emacs.gnus.general Subject: nnimap.el is available for way-alpha testing. Date: 21 Jan 1997 02:53:19 -0500 Sender: visigoth@naiad.fac.cs.cmu.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.93) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149507 18807 80.91.224.250 (20 Oct 2002 21:31:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:47 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id AAA07020 for ; Tue, 21 Jan 1997 00:03:45 -0800 Original-Received: from naiad.fac.cs.cmu.edu (NAIAD.FAC.CS.CMU.EDU [128.2.191.173]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 21 Jan 1997 08:53:40 +0100 Original-To: ding@ifi.uio.no Original-Lines: 40 X-Mailer: Red Gnus v0.76/XEmacs 19.14 Source-Info: Sender is really visigoth@naiad.fac.cs.cmu.edu Xref: main.gmane.org gmane.emacs.gnus.general:9489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9489 I've got nnimap.el and imap4rev1.el up for ftp from: ftp://olivier.pc.cs.cmu.edu/pub/ Please take a look and give me your comments. Some notes: * The code is pretty gross. There are certainly some things that could be fixed to work better. The intent was to get something working. * There's at least one things (the group-parameters hack) that I don't think Lars likes. (Hi Lars!) It'll be changing in the future. * There are a number of ways things will probably change in the future to improve reliability, compatibility, and performance. I welcome any patches, suggestions, whatnot about the code. * I can only guarantee the code to work with the Cyrus IMAP server right now. I don't have a uwash server to play with. If anyone has a uwash server I can have an account on, or can write an imap-open-stream function for the uwash server, let me know. I believe there's something funky about it. * I'm gonna be asking Lars for some new optional backend calls that should make this implementation a lot more optimal. (Hi Lars!) At the moment, it's handicapped greatly by being pushed into the NNTP framework. This is not helped by the fact that IMAP isn't optimal for large numbers of folders. I suspect that if you -only- read mail via IMAP, everything will be okay. I need to optimize the hell out of this thing, because most of our campus is going to be using IMAP to read news soon. Gnus is quite likely their only hope... There's a doc file in the directory with some very rudimentary usage notes. If you have any thoughts, questions, ideas, mail me, or reply to here (if no one minds). John Prevost.