From: Chris Hanson Date: Fri, 19 May 2000 04:16:47 +0000 (+0000) Subject: Note regarding suboptimal password caching. X-Git-Tag: 20090517-FFI~3805 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2eb7fbe05888f20d919c875438ccc20ed2a788ba;p=mit-scheme.git Note regarding suboptimal password caching. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 968dce547..e09f27590 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,12 @@ IMAIL To-Do List -$Id: todo.txt,v 1.22 2000/05/18 22:11:16 cph Exp $ +$Id: todo.txt,v 1.23 2000/05/19 04:16:47 cph Exp $ Bug fixes --------- +* Password should be cached s.t. it can be shared between connections + with compatible URLs. Right now it is per-connection. + * Implement operations for IMAP: FOLDER-VALID?. * Recovery from server disconnection should be more transparent.