log src/plugins/pop3-migration/pop3-migration-plugin.c @ 22713:cb108f786fb4

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Mon, 04 Sep 2017 19:37:12 +0300 Timo Sirainen pop3-migration: Fail if all IMAP mails were matched by size, but POP3 had extra mails
Mon, 04 Sep 2017 18:32:15 +0300 Timo Sirainen pop3-migration: Add pop3_migration_ignore_extra_uidls=yes setting
Mon, 04 Sep 2017 12:40:49 +0300 Timo Sirainen pop3-migration: Strip away invalid header lines.
Fri, 25 Aug 2017 13:38:35 +0300 Timo Sirainen pop3-migration: Try to assign UIDLs based on dovecot.index.cache
Fri, 25 Aug 2017 13:36:11 +0300 Timo Sirainen pop3-migration: Delete unnecessary POP3 order checking code
Wed, 28 Jun 2017 15:50:11 +0300 Timo Sirainen pop3-migration: Drop lines with only spaces or tabs from comparison
Fri, 23 Jun 2017 11:02:24 +0300 Timo Sirainen pop3-migration: Replace trailing whitespace removal with new header hashing version
Mon, 12 Jun 2017 14:24:59 +0300 Timo Sirainen pop3-migration: Strip trailing spaces from headers when calculating hash
Sat, 01 Apr 2017 21:43:16 +0300 Timo Sirainen global: Add mailbox_set_reason() calls
Thu, 16 Mar 2017 11:15:18 +0200 Martti Rannanjärvi global: Log internal storage error on failure
Mon, 20 Feb 2017 19:34:25 +0200 Timo Sirainen lib-storage, pop3-migration: Reset lookup_abort before continuing to search
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Thu, 22 Sep 2016 14:23:00 +0300 Timo Sirainen lib-mail: message_header_hash_more() now allows input in any slices.
Thu, 22 Sep 2016 13:47:42 +0300 Timo Sirainen pop3-migration: "first POP3 msg" warning didn't actually show the first one.
Thu, 15 Sep 2016 10:23:41 +0300 Timo Sirainen pop3-migration: Fixed crash when not specifying pop3_migration_mailbox setting.
Wed, 14 Sep 2016 19:06:29 +0300 Timo Sirainen pop3-migration: Avoid unnecessarily using stream's hdr_size.
Fri, 09 Sep 2016 15:51:43 +0300 Aki Tuomi pop3-migration-plugin: Add to index after successful retry
Mon, 25 Jul 2016 14:20:05 -0400 Timo Sirainen Use mail_get_*stream_because() wherever possible.
Tue, 10 May 2016 10:19:57 +0300 Martti Rannanjärvi [LEN] to [static LEN] on some function parameters
Mon, 01 Feb 2016 19:08:24 +0200 Timo Sirainen pop3-migration: Ignore mails returned as expunged by pop3c.
Mon, 01 Feb 2016 17:57:07 +0200 Timo Sirainen pop3-migration: Use message_header_hash_more() instead of duplicating the code
Thu, 28 Jan 2016 20:16:31 +0200 Timo Sirainen pop3-migration: Fix to 5407a86 - don't sync POP3 UIDLs when we don't need to
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Tue, 26 Jan 2016 22:10:29 +0200 Timo Sirainen pop3-migration: If reading message header for hashing fails, fail immediately.
Tue, 26 Jan 2016 19:56:43 +0200 Timo Sirainen dsync: When comparing headers' hashes to match messages, try to normalize the input.
Tue, 26 Jan 2016 17:55:10 +0200 Timo Sirainen pop3-migration: Don't change TAB to '?' when calculating header hash.
Tue, 26 Jan 2016 17:53:28 +0200 Timo Sirainen pop3-migration: Don't even try to match message sizes with pop3_migration_skip_size_check=yes
Tue, 26 Jan 2016 15:22:50 +0200 Timo Sirainen pop3-migration: Cached header hashes weren't actually being used for imapc.
Mon, 25 Jan 2016 22:34:24 +0200 Timo Sirainen pop3-migration: Add calculated header hashes to local cache.
Sun, 24 Jan 2016 19:54:51 +0200 Timo Sirainen pop3-migration: Fix to 2f19f8 - Don't convert LF also to '?' in header hashes.
Sun, 24 Jan 2016 19:34:21 +0200 Timo Sirainen pop3-migration: Filter out headers with invalid names.
Sun, 24 Jan 2016 19:23:59 +0200 Timo Sirainen pop3-migration: Convert all non-ASCII in headers to '?'
Sun, 24 Jan 2016 17:38:39 +0200 Timo Sirainen pop3-migration: If we matched all the IMAP (but not all POP3) messages, log about it.
Sun, 24 Jan 2016 17:13:04 +0200 Timo Sirainen pop3-migration: Ignore X-Yahoo-Newman-Property: header
Sun, 24 Jan 2016 16:55:13 +0200 Timo Sirainen pop3-migration: When logging the first missing POP3 mail, it logged a wrong mail
Sun, 24 Jan 2016 16:28:29 +0200 Timo Sirainen pop3-migration: When failing because some messages couldn't be matched, show the first message's number and UIDL
Sun, 24 Jan 2016 16:27:21 +0200 Timo Sirainen pop3-migration: Added pop3_migration_skip_size_check setting
Sun, 24 Jan 2016 16:25:52 +0200 Timo Sirainen pop3-migration: Ignore Return-Path: header when matching UIDLs by header hashes
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Thu, 16 Jul 2015 19:37:22 +0300 Timo Sirainen pop3-migration: Fetch physical sizes instead of virtual sizes so pop3c uses LIST
Thu, 16 Jul 2015 18:10:12 +0300 Timo Sirainen pop3-migration: Use LIST instead of RETRs to get the messages' sizes.
Thu, 16 Jul 2015 18:08:40 +0300 Timo Sirainen pop3-migration: Truncate header if there's line containing only CR(s).
Tue, 14 Jul 2015 15:08:24 +0200 Timo Sirainen pop3-migration: Show the first message's number and UIDL which wasn't found from IMAP.
Sat, 09 May 2015 21:22:50 +0300 Timo Sirainen pop3-migration: Added more debug and error logging.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Mon, 03 Feb 2014 10:53:59 -0500 Timo Sirainen pop3-migration: If UIDLs can't be set, fail unless pop3_migration_ignore_missing_uidls=yes.
Mon, 03 Feb 2014 10:49:03 -0500 Timo Sirainen pop3-migration: Convert NULs to 0x80 chars in header when hashing.
Mon, 03 Feb 2014 10:47:31 -0500 Timo Sirainen pop3-migration: Work around IMAP/POP3 server bugs which truncate the header too early.
Wed, 12 Jun 2013 22:45:43 +0300 Timo Sirainen pop3-migration: struct mailbox must be freed before mail_storage is destroyed.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Mon, 29 Oct 2012 22:03:25 +0200 Timo Sirainen If prefix="" namespace isn't defined, autocreate it as an unusable namespace.
Mon, 29 Oct 2012 14:50:11 +0200 Timo Sirainen lib-storage: Moved mail attribute dict to struct mail_storage.
Fri, 12 Oct 2012 00:51:41 +0300 Timo Sirainen Plugin ABI version checking improvements.
Sun, 19 Aug 2012 16:17:32 +0300 Timo Sirainen Removed CONTEXT_TYPE_SAFETY macro and reimplemented its functionality better.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Fri, 03 Aug 2012 17:39:54 +0300 Timo Sirainen pop3-migration: Avoid disconnection from POP3 server due to idling.