History log of /dovecot/src/plugins/pop3-migration/Makefile.am
Revision Date Author Comments Expand
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.

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/doveadm/dsync/Makefile.am /dovecot/src/lib-charset/Makefile.am /dovecot/src/lib-compression/Makefile.am /dovecot/src/lib-dcrypt/Makefile.am /dovecot/src/lib-dict-backend/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-fs/Makefile.am /dovecot/src/lib-fts/Makefile.am /dovecot/src/lib-http/Makefile.am /dovecot/src/lib-imap-client/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am /dovecot/src/lib-ldap/Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am /dovecot/src/lib-program-client/Makefile.am /dovecot/src/lib-settings/Makefile.am /dovecot/src/lib-smtp/Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/plugins/mail-crypt/Makefile.am Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/var-expand-crypt/Makefile.am
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.