-v1.2.UNSTABLE Timo Sirainen <tss@iki.fi>
+v1.2.rc1 Timo Sirainen <tss@iki.fi>
* When creating files or directories to mailboxes, Dovecot now uses
the mailbox directory's permissions and GID for them. Previous
+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
- draft isn't implemented yet and isn't advertised.
- + THREAD X-REFERENCES2 algorithm where threads are sorted by their
- latest message instead of the thread root message. There is also no
- base subject merging.
+ draft isn't implemented yet so it's not advertised in capability.
+ + THREAD REFS algorithm where threads are sorted by their latest
+ message instead of the thread root message. There is also no base
+ subject merging.
+ IMAP: Implemented imap-response-codes draft.
+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
search key.
- - when receiving a signal, log the sender PID and UID
- - lseek(Maildir/dovecot-uidlist) failed: Stale NFS file handle
- - acl vfile does lots of repeating open/stats, why?
- convert plugin: convert_pop3_uidl_format setting? so old %f uidls could be
converted to dbox..
- - global acl: create foo ACL file, create foo/bar -> internal error?
-
- - namespace shared: prefix = shared/%%d/%%u/: LIST shared/% doesn't work
- proxying: support fallbacking to local (or other?) server if the first
one is down
-
-fts_solr: select() failed: Interrupted system call
-fts_solr: Indexing failed: (null)
-
-imap(tss)(pid=12890): Error: dovecot-acl-list creation failed:
-safe_mkstemp(/usr/local/var/run/dovecot/user-not-found/test/temp.hurina.12890.87eb6b37b351b733) failed: No such file or directory
-
- i_panic("Message count decreased") happens - why?
- at least one backtrace shows client_destroy -> client_command_cancel ->
imap_sync_deinit
- read the entire file to memory only once and keep it there, stat() later
to see if it has changed. if not, perhaps don't even bother stat()ing
dovecot-acl files? at least not that often..
- - acl example in wiki with acl_shared_dict = file:/var/mail/%d/dovecot.shared
- - with list=children
- add anonymous environment for anon logins
- fs quota: getquotaroot inbox vs. other-box should return different quotas
if two quotas are defined
- login_max_processes_count shouldn't count proxying processes
- Allow %variables in mail_chroot setting
- - something should be done to umask setting. we should be creating files with
- 0666 or 0777 and rely on umask, but we shouldn't do that unless we're sure
- that the umask is the wanted one (ie. imap/pop3 process wasn't started
- directly)
- ssl_verify_client_cert isn't working if the SSL cert doesn't have CRL
- keywords:
- lib-storage
- rename: allow moving between storages, as long as they're of same type
- x search charset asdf all -> should fail
- - should we allow following symlinks in mbox/maildirs? they are now.
- - if we implement shared mailboxes with shared indexes, never do that or
- others could symlink your personal mailboxes and see the indexes
- created for it which may contain envelope etc. data
- - this allows circular mailbox hierarchies which should be prevented by
- eg. allowing max. 20 hierarchies.
- login
- imap-login: Master sent reply with unknown tag 1. client closed
- if auth process dies, login process should retry authentication if
possible. or if not, disconnect the client so it doesn't think the auth
failed.
- - send client IP immediately after accept() to master process. make sure
- master shows the IP if login dies unexpectedly. master should probably
- also kill the login process if it doesn't kill itself soon enough.. or
- maybe just log the IP immediately.
- auth
- v2.0: add auth_plugins setting, put all plugins into the same dir