c46d97e6a26a5bacb40a1d817407b94ae3860bdd |
|
13-Sep-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
imap, pop3: Added rawlog_dir setting to store IMAP/POP3 traffic logs.
This at least partially replaces the "rawlog" post-login binary. For now
the "rawlog" binary supports some parameters, which aren't configurable
for rawlog_dir. |
3a63761473624fa4c126f6928b27195134a32b1d |
|
11-Aug-2015 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_delete_type setting with values "default", "expunge" or "flag".
This is related to pop3_deleted_flag setting. The main behefit here is that
you can now hide messages from POP3 by setting pop3_deleted_flag, but
without changing the actual deletion behavior by setting
pop3_delete_type=expunge. |
f64b66ffacc4e42002d87b940ef74f08b1e5b12f |
|
14-May-2013 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_deleted_flag setting. |
bc21bdf8b72e23aaca0e3028141246e34ca27536 |
|
14-May-2012 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_uidl_duplicates setting. |
7c20c51d87a8731989cf72d86e1e8ff1abc417a9 |
|
15-Nov-2010 |
Timo Sirainen <tss@iki.fi> |
Removed unused auth/mail_debug settings from structs. |
d5b5529d765513b49b9bb2a75bc3a02cfd944a60 |
|
01-Oct-2010 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_fast_size_lookups setting. |
8846e6eed6177a39b662f4f1ebf9b84ad1f0b7ec |
|
27-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
pop3: Added support for verbose_proctitle=yes
--HG--
branch : HEAD |
7744586e3e0fd60158abfbb03a233d3bd8d6c48b |
|
24-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Changed all settings related structs to const and changed APIs to make it work.
--HG--
branch : HEAD |
86791365b10f45982c88e70f2eb94fd6c3fea151 |
|
23-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Handle shutdown_clients globally for all services.
Delay shutting down processes until it's convenient for them, but if they're
not gone in 30 seconds forcibly stop. And if that doesn't help, master will
start killing them in 60 seconds.
--HG--
branch : HEAD |
a8284e999d091cd29210fa75ecdc8076376a7345 |
|
16-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
imap, pop3: Moved imap/pop3_client_workarounds setting parsing to config checking.
--HG--
branch : HEAD |
ce78f5edeb05611677a50034e5e8ddc4c72d446a |
|
11-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
verbose_proctitle setting works again.
--HG--
branch : HEAD |
225e82df5dd1e765f4e52b80c954558f00e5a7df |
|
01-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
Added pop3_save_uidl setting.
When UIDLs are sent to client, save them to dovecot-uidlist. This allows
changing pop3_uidl_format without messages getting re-downloaded. It's also
useful with virtual POP3 INBOX when UIDLs are based on IMAP UIDs that may
not be as stable as in non-virtual INBOX.
--HG--
branch : HEAD |
37fb6d7f94e846c2df3c388f017ffe1dcbd7b9da |
|
30-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Moved pop3_uidl_format checking to mail-storage-settings.
--HG--
branch : HEAD |
1b04762685272a53643ac2179939537a44c7c044 |
|
12-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
imap and pop3 now use mail-storage-service API.
--HG--
branch : HEAD |
8d3278a82b964217d95c340ec6f82037cdc59d19 |
|
10-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added lib-master and mail-storage-service code that makes it easier to build new Dovecot binaries.
Currently only the standalone applications (e.g. deliver) uses this.
--HG--
branch : HEAD |
ad0f1d2f2e7f1d42b2de403b04a0ffe1675109cc |
|
02-Feb-2009 |
Timo Sirainen <tss@iki.fi> |
Plugin setting backwards compatibility support and other fixes.
--HG--
branch : HEAD |
e5e526b31fb261f2333e6537e42ac356d7fa34d0 |
|
02-Feb-2009 |
Timo Sirainen <tss@iki.fi> |
Fixed variable expansion in master <-> mail processes.
--HG--
branch : HEAD |
a64adf62fa33f2463a86f990217b0c9078531a40 |
|
28-Jan-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for config rewrite.
--HG--
branch : HEAD |