19557f192d37cd54a1a090a8a26d9d47265e4413 |
|
01-Nov-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
global: Fix spelling mistakes in comments
Original work by @andreasschulze and @jsoref |
bb464f79a131e13bb1d10ef0c7640dd1496a86a6 |
|
19-Aug-2015 |
Timo Sirainen <tss@iki.fi> |
pop3: Added %{deleted_bytes} variable to pop3_logout_format |
cf04ab5212f02ac369fe337c1b80dbcd7b6e2790 |
|
14-May-2013 |
Timo Sirainen <tss@iki.fi> |
example-config: Moved imap_* and pop3_* settings outside protocol section.
There's no need to keep them inside protocol {}, and in case of
pop3_uidl_format=%m setting it's actually harmful. |
f64b66ffacc4e42002d87b940ef74f08b1e5b12f |
|
14-May-2013 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_deleted_flag setting. |
99fca7344684b93f14048745827b0b125aa52ab9 |
|
16-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
pop3_lock_session: Use a separate dovecot-pop3-session.lock file instead of mailbox lock.
This changes the behavior in a way that it's now possible for IMAP sessions
to expunge mails during a POP3 session. But now it's no longer possible for
POP3 sessions to hang new mail deliveries. |
bc21bdf8b72e23aaca0e3028141246e34ca27536 |
|
14-May-2012 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_uidl_duplicates setting. |
04b732360fdcdb3d0f4fa19cc1e18df221978b45 |
|
17-Feb-2011 |
Timo Sirainen <tss@iki.fi> |
example-config: mail_max_userip_connections default is 10, even for pop3.
3 would probably be better, but there's no way to set per-protocol defaults
currently. |
d5b5529d765513b49b9bb2a75bc3a02cfd944a60 |
|
01-Oct-2010 |
Timo Sirainen <tss@iki.fi> |
pop3: Added pop3_fast_size_lookups setting. |
698545b00566380790ee7a4ea63e32954767a79d |
|
14-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
pop3: Added %u=old/new UIDL hash to pop3_logout_format.
It expands to "<old msg count>/<old hash> -> <new msg count>/<new hash>" or
if they're the same, simply "<msg count>/<hash>".
The idea is that if previous session's <new hash> doesn't match next one's
<old hash> and prev.new_msg_count = next.old_msg_count, it could indicate
that the UIDLs changed for some reason. But if they do match and client
still redownloaded messages, it's most likely a client side problem.
--HG--
branch : HEAD |
bcabf2957f0baf9273dabc7cfc502132ad36daa0 |
|
10-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
example-config: Added nn- prefix to *.conf files so the sort ordering makes more sense.
This is especially important to get mail_plugins = $mail_plugins example
working in protocol sections.
--HG--
branch : HEAD |