comparison TODO @ 8247:a43b7da805f8 HEAD

Updated TODO.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Oct 2008 19:39:45 +0300
parents ad3ac0cb4573
children e18adf3003a4
comparison
equal deleted inserted replaced
8246:8e5fd70ea3be 8247:a43b7da805f8
14 - QRESYNC: Should we send HIGHESTMODSEQ in tagged reply for EXPUNGE 14 - QRESYNC: Should we send HIGHESTMODSEQ in tagged reply for EXPUNGE
15 even when it was already returned in FETCH MODSEQs? 15 even when it was already returned in FETCH MODSEQs?
16 - QRESYNC: Drop expunges from the middle of given seq sets if possible 16 - QRESYNC: Drop expunges from the middle of given seq sets if possible
17 - use universal hash functions? 17 - use universal hash functions?
18 18
19 - mbox + in-memory indexes give errors with stress testing
20 - dict quota: syncing may cause quota recalculation, which in turn syncs
21 all mailboxes and then we'll assert-crash to avoid infinite looping
22 - sieve: mailbox names should be utf-7 encoded
23 - fts-squat: support ORs
19 - UIDVALIDITY changed while saving -> sync errors 24 - UIDVALIDITY changed while saving -> sync errors
20 - mbox: copy to Trash, manually delete copied msg, change uidvalidity, 25 - mbox: copy to Trash, manually delete copied msg, change uidvalidity,
21 set nextuid=1, copy again -> error 26 set nextuid=1, copy again -> error
22 - recent_uids assert at least with mbox 27 - recent_uids assert at least with mbox
23 - quota fs: Should values returned by quota be divided by the actual 28 - quota fs: Should values returned by quota be divided by the actual
193 master shows the IP if login dies unexpectedly. master should probably 198 master shows the IP if login dies unexpectedly. master should probably
194 also kill the login process if it doesn't kill itself soon enough.. or 199 also kill the login process if it doesn't kill itself soon enough.. or
195 maybe just log the IP immediately. 200 maybe just log the IP immediately.
196 201
197 - auth 202 - auth
203 - v2.0: add auth_plugins setting, put all plugins into the same dir
198 - with blocking passdb we're not caching lookups if the password was wrong 204 - with blocking passdb we're not caching lookups if the password was wrong
199 - non-plaintext authentication doesn't support all features: 205 - non-plaintext authentication doesn't support all features:
200 - multiple passdbs don't work, only the first one is used 206 - multiple passdbs don't work, only the first one is used
201 - auth cache's last_success password change check doesn't exist 207 - auth cache's last_success password change check doesn't exist
202 - allow returning multiple gids 208 - allow returning multiple gids