Updated copyright notices to include the year 2018.
Updated copyright notices to include the year 2017.
global: freshen copyright git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/'
lib-storage: Added mail_thread_type_to_str()
global: freshen copyright Robomatically: git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/' Happy 2015 everyone! Signed-off-by: Phil Carmody <phil@dovecot.fi>
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
imap: Implemented THREAD=ORDEREDSUBJECT extension.
Updated copyright notices to include year 2012.
Updated copyright notices to include year 2011.
Updated copyright notices to include year 2010. --HG-- branch : HEAD
Moved mail_thread_type_parse() to lib-storage.a to avoid some linking problems. --HG-- branch : HEAD
Compiler warning fix --HG-- branch : HEAD
Some fixes --HG-- branch : HEAD
Naming change for function typedefs. --HG-- branch : HEAD
We support only REFERENCES threading for now - updated capability and trying to use ORDEREDSUBJECT now gives error. --HG-- branch : HEAD
Rewrote hash table code, works with less memory now. Also some memory allocation fixes to thread extension code. --HG-- branch : HEAD
Duplicate handling was incorrect. --HG-- branch : HEAD
Fixes, seems to work properly now. Much faster too. --HG-- branch : HEAD
THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how correct replies it produces :) --HG-- branch : HEAD