7cef8159e93997ae75f94cfe1a3ab974b85d5737 |
|
28-Feb-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-mail: message_search_msg() passes through message_parser_deinit_from_parts()'s error string |
121f820aeb2f25c563a5dcbcf353a7b0e9a7e6e1 |
|
16-Feb-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-mail: Added message_search_more_get_decoded() |
d9076f5939edf5d20a261494b1a861dcbb0d32e2 |
|
15-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
Replaced "decomposed titlecase" conversions with more generic normalizer function.
Plugins can now change mail_user.default_normalizer. Specific searches can
also use different normalizers by changing mail_search_context.normalizer. |
a10ed8c47534b4c6b6bf2711ccfe577e720a47b4 |
|
23-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
The non-obvious APIs where NULL parameter was changed to "" are
master_service_init() and auth_master_user_list_init().
These checks can currently be enabled only on a patched clang:
http://llvm.org/bugs/show_bug.cgi?id=6786 |
6a1ecaf2ffe6142f0c583c07314b1bdb97a3cdbb |
|
10-Jan-2012 |
Timo Sirainen <tss@iki.fi> |
Don't assert-crash on mail search if decomposed titlecase of search key is empty. |
556f584a6a6a87d244b7e57979c9a3c7e7c66482 |
|
26-Jul-2011 |
Timo Sirainen <tss@iki.fi> |
lib-mail: message_search_init() now converts search key to decomposed titlecase. |
d798962a54c5cda054d57a0cfc7e5f47dfa20f6e |
|
31-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
Changed header/body searching to do search key charset translation earlier.
This cleans up and simplifies error handling. |
c0225f7f6b43d34dc58c17d3304f0fd60ab89894 |
|
27-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
lib-storage: mail_get_parts() no longer returns const pointer.
The struct message_part contained context-pointer and other APIs were using
it, so the pointer really couldn't be const without casting it away
sometimes.
--HG--
branch : HEAD |
fa2f897114ac23879fe36a6a9a449d3105f9b254 |
|
09-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
Removed pool parameter from message_search_init().
--HG--
branch : HEAD |
558d19d2111b67a236ee5e8f3eb22aba4a294032 |
|
14-Feb-2008 |
Timo Sirainen <tss@iki.fi> |
message_search_more*() now returns bool instead of int. They can't fail.
--HG--
branch : HEAD |
6fb2796ccd8a67b69c62376f0c8efcbec0b30d1e |
|
14-Feb-2008 |
Timo Sirainen <tss@iki.fi> |
message_search_more*() now returns bool instead of int. They can't fail.
--HG--
branch : HEAD |
c25356d5978632df6203437e1953bcb29e0c736f |
|
16-Sep-2007 |
Timo Sirainen <tss@iki.fi> |
Changed .h ifdef/defines to use <NAME>_H format.
--HG--
branch : HEAD |
028737d2b3d0c359e3c0753da9a2541462402167 |
|
04-Apr-2007 |
Timo Sirainen <tss@iki.fi> |
Removed message body/header searchers. They're now combined into one
message-search.
--HG--
branch : HEAD |