;;; -*-Scheme-*-
;;;
-;;; $Id: imail-imap.scm,v 1.41 2000/05/16 03:33:38 cph Exp $
+;;; $Id: imail-imap.scm,v 1.42 2000/05/16 03:36:17 cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
(message-body message)))))
(define-method available-folder-names ((url <imap-url>))
- ???)
+ url
+ (error "Unimplemented operation:" 'AVAILABLE-FOLDER-NAMES))
\f
;;;; Folder operations
IMAIL To-Do List
-$Id: todo.txt,v 1.12 2000/05/16 03:34:42 cph Exp $
+$Id: todo.txt,v 1.13 2000/05/16 03:37:00 cph Exp $
Bug fixes
---------
* Implement file backup when writing file folders.
-* Write folder browser for IMAP servers. Implement operations for
- IMAP: %NEW-FOLDER, %DELETE-FOLDER, %MOVE-FOLDER, %COPY-FOLDER,
+* Write folder browser for IMAP servers. Implement
AVAILABLE-FOLDER-NAMES.