diff --git a/.gitignore b/.gitignore index 3ee365a..6d61d45 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ imapsync-1.340.tgz /imapsync-1.411-sources.tgz /imapsync-1.422.tgz /imapsync-1.434.tgz +/imapsync-1.446.tgz diff --git a/imapsync.spec b/imapsync.spec index 3ab86b3..6aa5d4a 100644 --- a/imapsync.spec +++ b/imapsync.spec @@ -1,6 +1,6 @@ Name: imapsync Summary: Tool to migrate email between IMAP servers -Version: 1.434 +Version: 1.446 Release: 1%{?dist} License: WTFPL Group: Applications/Internet @@ -57,6 +57,22 @@ rm -rf $RPM_BUILD_ROOT %attr(644, root, root) %{_mandir}/man1/imapsync.1* %ChangeLog +* Tue May 31 2011 Nick Bebout - 1.446-1 +- Bugfix. Try to handle Markus bug in foldersizes() when select_msgs() returns a list of undef. +- Check if uidexpunge is supported at the beginning of execution, not when needed. +- Set --uidexpunge2 if --delete2 or --expunge2 if uidexpunge not supported. +- Changed all warn() calls (STDERR) to print calls (STDOUT) +- good_date() "24 Aug 77" -> "24-Aug-1977" +- Patched tests_good_date() and good_date() with Dax Kelson patches. +- Started code to deal with epoch of messages. +- Handle better folder creation, not a failure when folder "already exists" during its creation. +- Replaced default setting. Now --delete2 sets --uidexpunge2 instead of --expunge2 (unless --nouidexpunge2 is set) +- Added epoch() routine to prepare the safe bidirectional sync (maybe...) +- Adapted the usage output multiline character to Unix or Win, \ or ^ +- Bugfix. Avoid a "no number" warning when size is null. +- Added "Date" in the default --useheader list. ("Message-Id", "Message-ID", "Date") +- Bugfix. Bad header beginning with a blank character. + * Tue May 24 2011 Nick Bebout - 1.434-1 - Bugfix. Made --usecache work with --maxage or --maxsize or --min* - Improved the way imapsync deals with headers: diff --git a/sources b/sources index 439fd4b..bc0476d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c31c81d4de0277db6da7a68004a7f97e imapsync-1.434.tgz +316a32709daf2db07aee67f49ba2604e imapsync-1.446.tgz