From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2658 Path: news.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: Saving drafts on IMAP server Date: Sun, 22 Jun 2003 19:39:13 +0200 Organization: University of Duisburg, Germany Message-ID: <8465myj9ku.fsf@lucy.is.informatik.uni-duisburg.de> References: <87el1m4lyn.fsf@psq.com> <84adcaqft9.fsf@lucy.is.informatik.uni-duisburg.de> <87he6iqany.fsf@psq.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669010 15917 80.91.229.2 (31 Jan 2006 00:56:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:56:50 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:01 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!pd951f661.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: pd951f661.dip.t-dialin.net (217.81.246.97) Original-X-Trace: fu-berlin.de 1056303593 26552890 217.81.246.97 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:bS4fdFGK1hQpm3Tvp7hjWZ5E3Fw= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2798 Original-Lines: 11 X-Gnus-Article-Number: 2798 Tue Jan 17 17:31:01 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2658 Archived-At: Bijan Soleymani writes: > I'll look into it. There's already code in gnus to access IMAP, so I > guess that I would need to adapt that to allow emacs to access IMAP. That's right. The Emacs Lisp manual has a node (elisp)Magic File Names which contains the interface that needs to be implemented. So basically, for each of the file operations, you need to use the functions from imap.el to implement it. -- This line is not blank.