annotate TODO @ 3048:12fc3c22ffe8 HEAD

updated
author Timo Sirainen <tss@iki.fi>
date Fri, 07 Jan 2005 00:48:13 +0200
parents 689e4235681f
children 769e2e2bf1d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3048
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
1 - message header search: we should ignore LWSP between two MIME blocks
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
2 - if indexes exist but dovecot-uidlist doesn't, it's not tried to be recreated
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
3 - maildir: copy is broken?
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
4 - copy doesn't print error message if source is expunged
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
5
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
6 - keywords:
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
7 - add some limits to how many there can be
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
8 - don't return \* in PERMANENTFLAGS when we're full
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
9 - send FLAGS/PERMANENTFLAGS untagged replies when they change
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
10 - sync to mbox/maildir
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
11 - remove unused keywords?
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
12 - support specifying hex/base64 encoding in password scheme. for example
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
13 {plain-md5.base64}
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
14 - happens too often: mail-transaction-log-view.c: line 138 (mail_transaction_log_view_set): assertion failed: (min_file_seq != max_file_seq || min_file_offset <= max_file_offset)
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
15 - login_process_per_connection=no + auth_count > 1
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
16 - dovecot-auth gives timeout errors
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
17 - failed requests are sent to all auth processes
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
18 - mbox file offsets still aren't 64bit aligned for some reason..
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
19 line 493 (mbox_lock): assertion failed: (lock_type == F_RDLCK || ibox->mbox_lock_type != F_RDLCK)
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
20 #5 0x0806faa3 in mbox_lock (ibox=0x80d89b8, lock_type=1, lock_id_r=0xbea6b434) at mbox-lock.c:493
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
21 #6 0x08075439 in mbox_sync (ibox=0x80d89b8, flags=MBOX_SYNC_REWRITE) at mbox-sync.c:1286
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
22 #7 0x0806d38b in mbox_storage_close (box=0x80d89b8) at mbox-storage.c:793
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
23 #8 0x0809666e in mailbox_close (box=0x80d89b8) at mail-storage.c:296
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
24 #9 0x080587b6 in client_destroy (client=0x80cefe0) at client.c:69
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
25 #10 0x080591c3 in client_output (context=0x80cefe0) at client.c:386
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
26 #11 0x080b0086 in stream_send_io (context=0x80cf0a8) at ostream-file.c:339
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
27
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
28 mail-index-transaction.c: line 467 (mail_index_transaction_add_last):
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
29 assertion failed:(idx == size || data[idx].uid1 <= update.uid1)
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
30
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
31 - flag merging code is too complex in index syncing. it should be moved into
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
32 mbox/maildir syncing where they're combined
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
33 - index_removal_timeout gets leaked in some conditions. how?
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
34 - non-mmaped cache: last block in file isn't cached. is invalidating still
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
35 not enough? if cache_offset is updated after our view is synced, we see the
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
36 new offset but not it's invalidation? -> don't re-read index file, sync it
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
37 as a view.
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
38
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
39 - login_process_per_connection = no -> log throtting is beginning to be a
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
40 problem! make it per-file setting and disable in this case.
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
41 - rename foo foo.xyz -> infinite loop possible?
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
42 - pipe() failed: Too many open files - fine, but don't log it 1000 times
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
43 a second
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
44 - inetd startup doesn't work anymore
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
45 - auth protocol: make sure values can't have tabs/lfs
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
46 - auth cache: cache userdb data too.
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
47 - passdb extra data: if name starts with userdb_, user it for userdb.
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
48 add "passdb" userdb if passdb handles that.
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
49 - auth: remove system_user and allow returning multiple gids instead.
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
50 - transaction log: when replacing log with a same sequence, we remove it from
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
51 log's file list, but we don't do anything to existing log views. this can
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
52 crash later in mail_transaction_log_view_set() because 'first' is from log
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
53 list, while we're comparing it into view->tail which it never is. also
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
54 overwriting it leaks memory..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
55 - mbox: when we're updating flags with lazy writing, we're still parsing the
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
56 mbox, just not writing to it!
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
57 - mbox: always add empty line. make the parser require it too? syncing should
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
58 make sure there always exists two LFs at end of file. raw-mbox-stream should
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
59 make sure the last message ends with LF even if it doesn't exist in the file
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
60
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
61 if (sync_ctx.seen_first_mail &&
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
62 sync_ctx.base_uid_last != sync_ctx.next_uid-1 &&
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
63 ret == 0 && !sync_ctx.delay_writes) {
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
64 ^ doesn't work correctly with partial syncing?
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
65 - mail_index_lookup_ext() doesn't handle resizes between views. probably
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
66 needs size_t *size_r parameter added..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
67 - get_field() doesn't work if it's not already cached
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
68 - we probably shouldn't do duplicate detection/fixing?.. or at least stat()
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
69 the old file before trying, because we might have just previously seen the
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
70 old file and then new file and then we try to fix it..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
71
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
72 - mbox: how well does dirty sync + status work? it reads the last mail every
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
73 time? not very good..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
74 - rawlog process gets stuck when imap dies:
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
75 send(1, 0xFFBFF4C8, 1024, 0) (sleeping...)
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
76 - subscribe: IMAP(anonymous): open(anonymous/mail/.temp...) failed: Permission denied
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
77 - we can mail_cache_add() same header multiple times..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
78 - configurable syslog prefix
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
79 - SIGHUP restarts auth processes .. but does it wait until they've finished
3048
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
80 with all requests? no.
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
81 - SIGHUP rather shouldn't restart listening sockets if they didn't change..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
82 - subscriptions file should contain namespace prefixes. at least optionally.
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
83 there's the subscriptions = yes setting now for namespaces.. do it so that
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
84 if prefix = "" has subscriptions, it contains prefixes. otherwise not.
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
85 - if auth process dies, login process should retry authentication if possible.
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
86 or if not, disconnect the client so it doesn't think the auth failed.
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
87 - mbox: syncing existing indexes takes 4x longer than creating new one, why?
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
88
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
89 - caching
3048
12fc3c22ffe8 updated
Timo Sirainen <tss@iki.fi>
parents: 2774
diff changeset
90 - size.physical isn't cached
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
91 - force bits should be used only for nonregistered fields
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
92 - change envelope parsing not to use get_headers() so imap.envelope can
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
93 actually be cached without all the headers..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
94 - compression should drop fields with last_used <
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
95 (latest_mail_index_date - month)
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
96 - when parsing mbox or saving message, parse the mail through index-mail
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
97 so things gets saved into cache immediately
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
98
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
99 - maildir: hardlink copying doesn't update indexes
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
100
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
101 - dotlocking: stale_timeout should probably take into account how old the
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
102 file is.. so uses more time with more recent locks..
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
103
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
104 - COPY doesn't work to itself (lock assert crash)
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
105 - Create UW-IMAP like "DON'T DELETE THIS MESSAGE" message when mbox
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
106 gets empty
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
107 - keep mbox lock for two extra seconds after sync
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
108 - move /var/mail/user to ~/mbox if ~/mbox exists.. supposedly this
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
109 could be useful if /var/mail doesn't have quota, but ~/mail does.
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
110 now, what do we then do if we can move only some of the mails?..
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
111 - if we can't create dotlock file for mbox, make sure it still can be
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
112 selected in read-only state
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
113
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
114 - index
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
115 - optimize initial left_idx in mail_index_lookup_uid_range()
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
116 - when referencing log files, open them immediately?
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
117 - if log file is lost, generate it from old and new index
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
118 - make sure when changing flags multiple times in transaction it goes ok.
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
119 especially replace + dirty flag
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
120
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
121 - post-login-sql-command
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
122 - add setting: ssl_options = bitmask. by default we enable all openssl
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
123 workarounds, this could be used to disable some of them
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
124
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
125 - open("/var/run/dovecot//ssl-parameters.dat", O_RDONLY|O_LARGEFILE) =-1 ENOENT
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
126 ^ loops forever
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
127
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
128 - support read-only logins. user could with alternative password get only
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
129 read-access to mails so mails could be read relatively safely with
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
130 untrusted computers. Maybe always send [ALERT] about the previous
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
131 read-only login time with IP?
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
132 - ~/.dovecotrc to override system wide settings. namespace settings should
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
133 override all the previous namespace settings instead of adding new.
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
134
1553
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
135 - fix cygwin compile? _close and _read in *stream*.c fails.
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
136 - handle out of quota conditions:
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
137 - if dovecot-uidlist can't be written, assume the new mails have UIDs
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
138 beginning from uidlist.next_uid. Whenever mails are expunged, overwrite
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
139 the next_uid field with the current highest next_uid. Whenever we have
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
140 assumed UIDs and uidlist gets updated, throw the client out with
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
141 "inconsist mailbox".
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
142 - make sure all syscalls check for ENOSPACE (and ENOACCESS while at it)
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
143 - NFS safety:
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
144 - .customflags: use rename(), but there's a problem when we have to remove
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
145 unused flags to make room for new ones. to fix that add new field in
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
146 the file, it would be set for flags which are currently unused. if that
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
147 field is set, .customflags must be locked before the flag is set to any
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
148 messages. but make sure there's no race conditions, we probably have to
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
149 wait a few seconds just to make sure no-one set a flag we want to remove
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
150 - ESTALE
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
151
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
152 - send client IP immediately after accept() to master process. make sure
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
153 master shows the IP if login dies unexpectedly. master should probably also
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
154 kill the login process if it doesn't kill itself soon enough.. or maybe just
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
155 log the IP immediately.
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
156
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
157 - ioloop-kqueue.c patch
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
158 - does dovecot-auth really break when it runs out of fds?
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
159
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
160 - should we support some non-tokenizing way to parse mail addresses? ..
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
161 eg. "foo ? bar <x@y>" would now show up as "foo? bar <x@y>"
1178
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
162
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
163 - when mailbox is deleted/renamed and someone else had it open, we get
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
164 stat() error messages in log file.
1178
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
165
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
166 - bugs
1178
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
167 - CREATE a, CREATE b, save mails into them, DELETE a, RENAME b a.
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
168 -> breaks if a+b have same UIDVALIDITY. We could update the
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
169 UIDVALIDITY for the renamed mailbox and all mailboxes under it.
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
170 Then return with tagged "OK [NEW-UIDVALIDITY 1234] Renamed". Assuming
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
171 other IMAP people agree to that.
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
172
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
173 - reliability fixes:
860
c3d0eddd6065 updated
Timo Sirainen <tss@iki.fi>
parents: 852
diff changeset
174 - limit folder hierarchy levels? user can now create eg. a/a/a/a/...
c3d0eddd6065 updated
Timo Sirainen <tss@iki.fi>
parents: 852
diff changeset
175 and then start renaming them from end to beginning, which probably will
c3d0eddd6065 updated
Timo Sirainen <tss@iki.fi>
parents: 852
diff changeset
176 at some point start causing syscall failures which will fill up logs.
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
177 - dotlock overriding is racy, but it's pretty difficult to fix it. Also
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
178 overriding someone else's dotlock in shared folder isn't possible. These
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
179 could be fixed by having separate lock process running as root, which
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
180 would chown() the file for another uid and then unlink() it as that user.
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
181 One problem with that is that if malicious user sets setuid+execute bits
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
182 on for the file, he could run the file and get changed to the new uid.
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
183 That hopefully shouldn't matter much since the new uid should be user
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
184 with minimum possible privileges. Anyway, optional..
474
47d0c169bdba updated
Timo Sirainen <tss@iki.fi>
parents: 376
diff changeset
185
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
186 - checks:
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
187 - make sure SELECT rebuilds index properly when next_uid is near 32bit value
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
188 - make sure connection limits work
1211
6fd1f2e82c9a updated
Timo Sirainen <tss@iki.fi>
parents: 1178
diff changeset
189 - check if some asserts should be changed into if/i_panic code, so that
6fd1f2e82c9a updated
Timo Sirainen <tss@iki.fi>
parents: 1178
diff changeset
190 disabling asserts would be possible
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
191
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
192 - enhancements:
852
a327862d07c0 updated
Timo Sirainen <tss@iki.fi>
parents: 795
diff changeset
193 - option to disable SORT, SEARCH and other memory/cpu-intensive features.
1211
6fd1f2e82c9a updated
Timo Sirainen <tss@iki.fi>
parents: 1178
diff changeset
194 defaults and per-user by dovecot-auth.
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
195 - maildir could support also the dirty-flag in messages. files would be
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
196 renamed "whenever there's time" (that'd require the indexer program, or
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
197 forking and doing it in background)
634
339c176aba1e updated
Timo Sirainen <tss@iki.fi>
parents: 616
diff changeset
198 - OpenSSL: support generated DH parameters
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
199 - SSL: Support password protected key files. Support reading the password
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
200 from user at runtime (dovecot startssl or something). currently it just
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
201 hangs.
725
3bc6324e5ba3 updated
Timo Sirainen <tss@iki.fi>
parents: 707
diff changeset
202 - check with strace what dovecot does when evolution checks new mail,
3bc6324e5ba3 updated
Timo Sirainen <tss@iki.fi>
parents: 707
diff changeset
203 it's quite a lot. some things probably wouldn't need to be done
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
204 (mkdirs inbox) and other things could be cached in memory.
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
205 - sort: we could create alternative indexes for different sort conditions.
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
206 sort code itself already supports this optimization.
965
6f005d5d9931 0.99.6 out
Timo Sirainen <tss@iki.fi>
parents: 892
diff changeset
207 - support zlib compressed mbox/maildir? mbox maybe just read-only.
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
208 do it through istream-zlib wrapper
965
6f005d5d9931 0.99.6 out
Timo Sirainen <tss@iki.fi>
parents: 892
diff changeset
209 - THREAD=ORDEREDSUBJECT - although pretty useless I'd think.
6f005d5d9931 0.99.6 out
Timo Sirainen <tss@iki.fi>
parents: 892
diff changeset
210
6f005d5d9931 0.99.6 out
Timo Sirainen <tss@iki.fi>
parents: 892
diff changeset
211 - logging
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
212 - Login: username 1.2.3.4:1025 5.6.7.8:993 imaps,compressed
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
213 - Logout: username 1.2.3.4:1025 5.6.7.8:993 imaps,compressed in:1000 out:1000000
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
214 - n failed login attepts (before failure or success, once in n seconds)
605
Timo Sirainen <tss@iki.fi>
parents: 537
diff changeset
215
Timo Sirainen <tss@iki.fi>
parents: 537
diff changeset
216 - lib-charset:
634
339c176aba1e updated
Timo Sirainen <tss@iki.fi>
parents: 616
diff changeset
217 - utf8_toupper() is a must. and a bit difficult if we want to do it right.
605
Timo Sirainen <tss@iki.fi>
parents: 537
diff changeset
218 - add support for other things than iconv() as well? we could reuse
Timo Sirainen <tss@iki.fi>
parents: 537
diff changeset
219 the code from cyrus or courier
795
bcf35cc1a56b updated
Timo Sirainen <tss@iki.fi>
parents: 725
diff changeset
220 - cache iconvs? they'd probably be faster if we just reset the
bcf35cc1a56b updated
Timo Sirainen <tss@iki.fi>
parents: 725
diff changeset
221 conversion instead of opening new one every time. and there will likely
bcf35cc1a56b updated
Timo Sirainen <tss@iki.fi>
parents: 725
diff changeset
222 be only one or two charsets which are used for nearly all conversions.
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
223
852
a327862d07c0 updated
Timo Sirainen <tss@iki.fi>
parents: 795
diff changeset
224 - should we allow following symlinks in mbox/maildirs? they are now.
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
225 - if we implement shared mailboxes with shared indexes, never do that or
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
226 others could symlink your personal mailboxes and see the indexes
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
227 created for it which may contain envelope etc. data
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
228 - this allows circular mailbox hierarchies which should be prevented by
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
229 eg. allowing max. 20 hierarchies.
852
a327862d07c0 updated
Timo Sirainen <tss@iki.fi>
parents: 795
diff changeset
230
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
231 - index:
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
232 - we could try compressing same from/to/subject fields into a single
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
233 location in data file. requires larger changes..
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
234 - Most messages are text/plain/7bit/us-ascii/no-other-content-type-params.
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
235 Instead of saving tons of nearly identical BODY/BODYSTRUCTURE fields
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
236 into cache, we could just set INDEX_MAIL_FLAG_TEXT_PLAIN_7BIT_ASCII bit
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
237 on and generate the bodystructure for such messages on the fly.
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
238 - read-only support for mailboxes where we don't have write-access
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
239 - if .customflags is removed and Maildir files have custom flags, add
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
240 "unknown1" "unknown2" etc. flags to .customflags file for each found flag
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
241 - support storing message headers into indexes. this could be useful when
1410
ccb430d3b945 0.99.9 released
Timo Sirainen <tss@iki.fi>
parents: 1250
diff changeset
242 indexes are in local disk but actual mails are accessed through NFS.
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
243 - if we wanted to support huge mailboxes with small memory usage, it'd now
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
244 be possible if we just instead of mmap()ing the whole index files would
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
245 have maybe 3-4 256k mmap()ed areas which we move based on the need.
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
246 - should work fine with imap.index and imap.index.cache
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
247 - log files aren't affected by mailbox size
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
248 - but, is it worth the trouble really? the OS can do all this itself,
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
249 only thing we're doing is keeping the processes virtual memory usage
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
250 small.
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
251
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
252 - SEARCH:
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
253 - message_body_search() could accept multiple search keywords so we
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
254 wouldn't need to call it separately for each one (so we wouldn't need
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
255 to parse the message multiple times).
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
256 - message_body_search() could support NULL MessagePart and the searching
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
257 could be done while parsing the message. this would need changes to
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
258 message_parse() as well.
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
259 - could optionally support scanning inside file attachments and use
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
260 plugins to extract text out of them (word, excel, pdf, etc. etc.)
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
261 - use a trie index for fast text searching, like cyrus squat?
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
262 - Create our own extension: When searching with TEXT/BODY, return
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
263 the message text surrounding the keywords just like web search engines
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
264 do. like: SEARCH X-PRINT-MATCHES TEXT "hello" -> * SEARCH 1 "He said:
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
265 Hello world!" 2 "Hello, I'm ...". This would be especially useful with
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
266 the above attachment scanning.
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
267
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
268 - general:
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
269 - sieve (rfc3028), we can use Cyrus Sieve
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
270 - rfc2231 continuation support
1553
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
271 - rfc2557 support for BODYSTRUCTURE, as specified by RFC3501
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
272 - lmtp server - is it needed? dovecot-deliver binary at least would be
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
273 useful
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
274 - create indexer binary
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
275 - support Maildir++ quota
18
6491ac40cdf5 updated
Timo Sirainen <tss@iki.fi>
parents: 13
diff changeset
276
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
277 - cleanups:
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
278 - check if t_push()/t_pop() should be added somewhere
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
279 - grep for FIXME
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
280
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
281 - auth / login:
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
282 - kchuid, SRP
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
283 - Digest-MD5: support integrity protection, and maybe crypting. Do it
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
284 through login process like SSL is done?
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
285 - dovecot-auth should limit how fast authentication requests are allowed from
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
286 login processes. especially if there's one login/connection the speed
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
287 should be something like once/sec. also limit how fast to accept new
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
288 connections.
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
289 - if passdb = userdb, ask them both in one query and cache it. implement
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
290 passwordcheck userdb using the caching.
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
291
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
292 capabilities:
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
293 - preferrably all should be possible to #ifdef away by a configure
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
294 option (--without-capabilities=acl,namespace,...)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
295 - possibility to disable them from config file
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
296 - acl (rfc2086, draft-ietf-imapext-acl), namespace (rfc2342)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
297 - probably do it like cyrus. "user.<username>" to access other
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
298 users, with "" defaulting to "user.<myself>". these should be
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
299 configurable however.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
300 - shared namespaces? maybe configurable in config file
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
301 - easiest way to do ACL would be to use unix modes, but is that
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
302 useful at all? Well, ACL2 has a bit better support for that, so
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
303 maybe we could support it.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
304 - otherwise gets a bit trickly, we could keep all mail in "imapmail"
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
305 group and 0600/0700 mode by default, but when mail is shared to others,
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
306 the group read/write access bits would be set. or alternatively we
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
307 could launch another imap process to handle it, which we should support
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
308 anyway. ACLs could be stored into ".acl" ascii file in each folder.
480
24a649e9c6d1 updated
Timo Sirainen <tss@iki.fi>
parents: 474
diff changeset
309 - support for private and shared flags, configurable by mailbox admin.
24a649e9c6d1 updated
Timo Sirainen <tss@iki.fi>
parents: 474
diff changeset
310 this isn't in any draft yet, but ACL2 author was going to create one.
24a649e9c6d1 updated
Timo Sirainen <tss@iki.fi>
parents: 474
diff changeset
311 [SHAREDFLAGS (...)] would specify which ones are shared, don't know yet
24a649e9c6d1 updated
Timo Sirainen <tss@iki.fi>
parents: 474
diff changeset
312 how they would be configured.
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
313 - quota (rfc2087, draft-cridland-imap-quota)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
314 - give filesystem values only to admins
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
315 - support for Maildir++, probably no need to support more.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
316 quota capability supports complex quota configuration, but if
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
317 no mailer supports them we probably shouldn't bother either
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
318 - id (rfc2971)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
319 - must be configurable what gets sent, default to only name=Dovecot
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
320 - separate pre/post-login settings
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
321 - optionally log configured parts of the client information, but only
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
322 once, probably at the same time as logging "Logged in",
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
323 "Disconnected", etc.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
324 - remember to force truncating values longer than 30 chars,
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
325 especially before logging
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
326 - mailbox-referrals (rfc2193)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
327 - this is useful whenever we would otherwise need to make the
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
328 connection ourself. for example load balancing and shared mailboxes
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
329 requiring another UID to run.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
330 - this rfc defines no exact way for server to detect if client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
331 supports referrals or not. I don't think there's much point in
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
332 supporting only referrals, as most clients don't support them.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
333 Instead we should return referrals when we know that client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
334 supports them, otherwise do the connecting ourself. If client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
335 issues RLIST or RLSUB command, it's safe to assume it supports
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
336 referrals.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
337 - for load balancing this works just fine, but what about shared
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
338 mailboxes which require different UID? If we login with our own
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
339 username, we end up with our own UID instead of what we wanted.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
340 IMAP URLs don't support separated authorization id which would
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
341 have made this very easy.. We could give the "userid@group" as
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
342 userid, but clients probably treat it as different userid and
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
343 ask the password again.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
344 - problems, problems, .. maybe not worth the trouble.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
345 - drafts:
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
346 - http://www.imc.org/ids.html
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
347 - annotate (draft-ietf-imapext-annotate)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
348 - per-message annotations. this will be major change. especially
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
349 because currently there's no suitable storage for them, and
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
350 they'll probably change all the time.. maybe if we moved into
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
351 berkeley db to store the .data file and these annotations.
1178
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
352 - this is separate problem from index files. indexes are treated as
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
353 temporary files, annotations are permanent data. we'd have to
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
354 support non-db way to do this too, which would probably be just a
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
355 simple (slow) text file.
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
356 - annotatemore (draft-daboo-imap-annotatemore)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
357 - server and per-mailbox annotations. much easier than
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
358 per-message annotations, but they'd be easier to place into
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
359 db as well.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
360 - binary (draft-nerenberg-imap-binary)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
361 - perhaps not too useful. I'd like to make Dovecot fully
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
362 binary-safe though.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
363 - view (draft-ietf-imapext-view)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
364 - slow, complex, luckily draft expired almost two years ago.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
365 i hope i don't have to implement this :)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
366 - can be done client-side just fine (evolution's virtual folders)