149299c7d5136a8fb425ef3cf8953026a1358002 |
|
11-Oct-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: Use check-local in Makefile.am instead of overriding check directly
This helps with dependency problems, like running "make check" in
lib-storage without "make" first would try to compile the test programs
too early and fail. |
57e1fdc2f8f2bf1c6fcd9523f93459404c2359c8 |
|
25-Jan-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
pop3-migration: Add calculated header hashes to local cache.
This allows faster resuming on failures if local pop3c indexes are used. |
cd889f59cdd1be8eb55c2d0ec2b66dfc0efc88d2 |
|
19-Jul-2015 |
Timo Sirainen <tss@iki.fi> |
pop3-migration: Compiling fix in some systems |
e18e90938ffd9e31c796c405404be0b7dcd5c807 |
|
16-Jul-2015 |
Timo Sirainen <tss@iki.fi> |
pop3-migration: Truncate header if there's line containing only CR(s).
This fixes matching IMAP <-> POP3 messages when the servers behave
differently. |
c8593b070319d0ff83f8d6c4b5ed5abf2d578a06 |
|
30-Mar-2012 |
Timo Sirainen <tss@iki.fi> |
Added pop3-migration plugin for getting POP3 UIDLs from POP3 server.
The idea is to use this with dsync to migrate mails via imapc, but for
getting POP3 UIDLs via pop3c. |