comparison TODO @ 7180:1869c4827e86 HEAD

updated
author Timo Sirainen <tss@iki.fi>
date Sun, 20 Jan 2008 14:53:57 +0200
parents 238816066c95
children 2aa39f1e3993 f01d8d387447
comparison
equal deleted inserted replaced
7179:e1a45bbd63d9 7180:1869c4827e86
1 - quota causing dovecot.index.cache files to be created with pop3
2 - save cancelled -> cache still tried to be updated
3 - configure --docdir doesn't work now
1 - pipelining: commands that require output should do a delayed sync until 4 - pipelining: commands that require output should do a delayed sync until
2 there are no transactions, instead of just immediately returning OK 5 there are no transactions, instead of just immediately returning OK
3 - SORT/SEARCH: Replace invalid input with #fffd. Make sure squat doesn't 6 - SORT/SEARCH: Replace invalid input with #fffd. Make sure squat doesn't
4 index it. 7 index it.
5 - stat() failed with index cache file /home/tss/dbox/INBOX/dbox-Mails/dovecot.index.cache: No such file or directory 8 - stat() failed with index cache file /home/tss/dbox/INBOX/dbox-Mails/dovecot.index.cache: No such file or directory
6 - squat: handle expunges, nfs support 9 - squat: handle expunges, nfs support
7 - fts lucene broken 10 - fts lucene broken
8 11
9 - fix listescape plugin 12 - fix listescape plugin
10 - cache: compress when we can drop temporary fields. 13 - cache: compress when we can drop temporary fields.
11 - cache record joining could be done for most cases directly when writing the
12 new records
13 - POP3 UIDL caching 14 - POP3 UIDL caching
14 - expunged messages' flags may get updated in views where they're not yet
15 expunged (e.g. "expunge uid 2", "+flags \seen uid 1:3")
16 - ACL: "foo/bar" in public namespace -> LIST "" % doesn't show "foo" 15 - ACL: "foo/bar" in public namespace -> LIST "" % doesn't show "foo"
17 - new %modifier for reverse DNS lookups with a cache 16 - new %modifier for reverse DNS lookups with a cache
18 - auth_gssapi_hostname = %Xl 17 - auth_gssapi_hostname = %Xl
19 - proxying would also want DNS lookups, but not reverse.. 18 - proxying would also want DNS lookups, but not reverse..
20 - proxying should support connecting to multiple IPs or if nothing works
21 fallbacking to logging in normally (optionally).
22 - ldap domain lookups which set the base for user lookup 19 - ldap domain lookups which set the base for user lookup
23 20
24 - maildir+pop3/deliver fast updates: 21 - maildir+pop3/deliver fast updates:
25 - with locking enabled, pop3 could just keep the one and same sync lock and 22 - with locking enabled, pop3 could just keep the one and same sync lock and
26 do the whole thing using sync transaction 23 do the whole thing using sync transaction