ec3eb53293a282b409fe128153038522c294dda3 |
|
20-Feb-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
pop3c: Add no pipelining pop3c feature
This should help with certain broken pop3c
servers that advertise that they support pipelining
but they really don't. |
009217abb57a24a4076092e8e4e165545747839e |
|
29-Aug-2015 |
Stephan Bosch <stephan@rename-it.nl> |
Changed type of internet port values to in_port_t everywhere.
Created special SET_IN_PORT setting type for internet port values.
Created net_str2port() for parsing internet port values.
Removed several atoi() invocations in the process. |
5f4e547bb810403e8cfb19a49d8fe34713507ffd |
|
19-Dec-2013 |
Timo Sirainen <tss@iki.fi> |
pop3c: Added pop3c_quick_received_date setting.
With this enabled dsync no longer requires calling TOP for each message to
get the metadata. |
16cb5d65265dd0b216542803fd80c4b999ae118e |
|
19-Mar-2013 |
Timo Sirainen <tss@iki.fi> |
Moved ssl_client_ca_dir and ssl_crypto_device to mail_storage_settings.
Probably could also be moved to master_service_settings, but that makes
accessing them a bit more tricky with the current code. |
8969b39bc3034f841acad83e7b50e4678e49e3a4 |
|
25-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Replaced pop3c_ssl_ca_dir and imapc_ssl_ca_dir with generic ssl_client_ca_dir. |
0db42260be85e797aa9909a29b20296996f52e75 |
|
06-Nov-2012 |
Timo Sirainen <tss@iki.fi> |
Reverted 269104a0821b (Build imapc and pop3c always as plugins.)
This is no longer needed now that lib-ssl-iostream can be linked without
linking openssl. |
83b97bc7787aa31094bafbf5e08e2a491c84a851 |
|
12-Oct-2012 |
Timo Sirainen <tss@iki.fi> |
Build imapc and pop3c always as plugins.
This avoids having to link openssl library to all binaries that use
lib-storage. It appears that simply by linking with openssl causes each
such process to use 100-200 kB of more memory. With 10k imap processes this
is 1-2 GB of wasted memory.
The imapc and pop3c are still registered as stubs, and their plugins are
automatically loaded when needed. |
0ca3b9cb0f2a322a25ce7f229dc3d3a0b46be17b |
|
26-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
pop3c: Added pop3c_master_user setting. |
01435c38e7d671d5a892c4b802cfb204881cd454 |
|
02-Jan-2012 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Added initial support for pop3c backend. |