[imapsync] Upgrade to 1.434

Nick Bebout nb at fedoraproject.org
Wed May 25 02:14:07 UTC 2011


commit 5e6e2357d87424a62f653f2b21216cd856a2e81a
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue May 24 21:13:43 2011 -0500

    Upgrade to 1.434

 .gitignore    |    1 +
 imapsync.spec |   24 +++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8b377a..3ee365a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ imapsync-1.340.tgz
 /imapsync-1.404.tgz
 /imapsync-1.411-sources.tgz
 /imapsync-1.422.tgz
+/imapsync-1.434.tgz
diff --git a/imapsync.spec b/imapsync.spec
index 7e2c3ab..3ab86b3 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -1,6 +1,6 @@
 Name: imapsync
 Summary: Tool to migrate email between IMAP servers
-Version: 1.422
+Version: 1.434
 Release: 1%{?dist}
 License: WTFPL
 Group: Applications/Internet
@@ -57,6 +57,28 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root, root) %{_mandir}/man1/imapsync.1*
 
 %ChangeLog
+* Tue May 24 2011 Nick Bebout <nb at fedoraproject.org> - 1.434-1
+- Bugfix. Made --usecache work with --maxage or --maxsize or --min*
+- Improved the way imapsync deals with headers:
+-  - Stopped getting first 2KB of message. Not a good idea.
+-  - If $imap2->parse_headers() fails then take the whole header (instead of body).
+-  - Default is like --useheader Message-Id --useheader Message-ID
+-  - Use header Message-Id and header Date as sig md5 when taking the whole header.
+- Better output in debug mode.
+- Options --usecache and --maxsize --minsize can safely be used if --delete is there
+- Added tests of mkpath very long path > 300 char. Win32 fails on them.
+- Bugfix. Added special case for Inbox vs INBOX bug creation ("Couldn't create folder [Inbox] from [INBOX]: 143 NO INBOX already exists!")
+- Adapted regression tests for good_date() when no zone is given.
+- Bugfix. intarnal date needs zone data. Default to  +0000.
+- Bugfix. Starttls() only for 2.2.9
+- Fix. Removed a debug print always printed.
+- Bugfix. Changed the way imapsync knows whether a folder exists or not. Exchange might be happy and stop deconnecting for this reason.
+- Added a warning and die if --usecache and one of  --maxsize--minsize --maxage --minage is used.
+- Bugfix. Reconnections are well done in tls mode now.
+- Zimbra 5.0.24_GA_3356.RHEL4 [host1]
+- Exchange 2010 SP1 RU2 [host2]
+- Added --debugsleep to have to play will kill and reconnections.
+
 * Mon May 16 2011 Nick Bebout <nb at fedoraproject.org> - 1.422-1
 - Added --debugLIST to track messages list uid or number only.
 - Bugfix: a lack of variable initialisation caused to fetch no existing messages.
diff --git a/sources b/sources
index 69b7dac..439fd4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ec68c3a0eb91ed5713a2b72c9092963  imapsync-1.422.tgz
+c31c81d4de0277db6da7a68004a7f97e  imapsync-1.434.tgz


More information about the scm-commits mailing list