]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated TODO.
authorTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 16:39:45 +0000 (19:39 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 16:39:45 +0000 (19:39 +0300)
--HG--
branch : HEAD

TODO

diff --git a/TODO b/TODO
index 2bfbaaf6dfe9ff64a907303c89a007e1670c248a..e3952b7686b202c1abab1a0d2c41f8abaafe1745 100644 (file)
--- a/TODO
+++ b/TODO
  - QRESYNC: Drop expunges from the middle of given seq sets if possible
  - use universal hash functions?
 
+ - mbox + in-memory indexes give errors with stress testing
+ - dict quota: syncing may cause quota recalculation, which in turn syncs
+   all mailboxes and then we'll assert-crash to avoid infinite looping
+ - sieve: mailbox names should be utf-7 encoded
+ - fts-squat: support ORs
  - UIDVALIDITY changed while saving -> sync errors
    - mbox: copy to Trash, manually delete copied msg, change uidvalidity,
      set nextuid=1, copy again -> error
       maybe just log the IP immediately.
 
  - auth
+    - v2.0: add auth_plugins setting, put all plugins into the same dir
     - with blocking passdb we're not caching lookups if the password was wrong
     - non-plaintext authentication doesn't support all features:
         - multiple passdbs don't work, only the first one is used