[imapsync] - Added --debugLIST to track messages list uid or number only. - Bugfix: a lack of variable initiali

Nick Bebout nb at fedoraproject.org
Tue May 17 02:49:19 UTC 2011


commit e14d764bffb57dc4a407e7ad49ce940d44c77ca1
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Mon May 16 21:49:03 2011 -0500

    - Added --debugLIST to track messages list uid or number only.
    - Bugfix: a lack of variable initialisation caused to fetch no existing messages.
    -  The APPEND error then the FETCH 0 byte error may be fixed now.
    - relogin1 before each folder select.
    - --splitX are set into sub login_imap() now.
    - Added --relogin1 option (--relogin1 5) to force a reconnection when FETCH message fails on host1.
    - Added --debugcontent to avoid debugging content (can be big) with --debug option.
    - Added --debugflags to permit flag debugging only.
    - Added --flagsCase to correct flag case that are not RFC compliant \SEEN -> \Seen (on by default).
    - Added output to track 0 byte messages during the fetch on host1.
    - Bugfix. --proxyauth2 was setting proxyauth1!
    -  Thanks to Denis BREAN!
    - MDaemon 12
    - Exchange 6.5 host1
    - Bugfix. Modified create_folder() to avoid Inbox -> INBOX problem ("already exists").
    - Bugfix. --maxsize --minsize now work with --useuid
    - Bugfix. flag sync of already transfered messages now take care of --maxsize --minsize options.
    - --delete2 implies --expunge2 now unless --noexpunge2 is given.
    - exit if --delete and --delete2 are given together.
    - Same behavior for --expunge or --expunge1.
    - Added 0 length message tracking when fetching host1.

 .gitignore    |    1 +
 imapsync.spec |   27 +++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f23621b..e8b377a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ imapsync-1.340.tgz
 /imapsync-1.398.tgz
 /imapsync-1.404.tgz
 /imapsync-1.411-sources.tgz
+/imapsync-1.422.tgz
diff --git a/imapsync.spec b/imapsync.spec
index f57674f..7e2c3ab 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -1,12 +1,12 @@
 Name: imapsync
 Summary: Tool to migrate email between IMAP servers
-Version: 1.411
+Version: 1.422
 Release: 1%{?dist}
 License: WTFPL
 Group: Applications/Internet
 
 URL: http://fedorahosted.org/imapsync
-Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}-sources.tgz
+Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -57,6 +57,29 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root, root) %{_mandir}/man1/imapsync.1*
 
 %ChangeLog
+* 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.
+-  The APPEND error then the FETCH 0 byte error may be fixed now.
+- relogin1 before each folder select.
+- --splitX are set into sub login_imap() now.
+- Added --relogin1 option (--relogin1 5) to force a reconnection when FETCH message fails on host1.
+- Added --debugcontent to avoid debugging content (can be big) with --debug option.
+- Added --debugflags to permit flag debugging only.
+- Added --flagsCase to correct flag case that are not RFC compliant \SEEN -> \Seen (on by default).
+- Added output to track 0 byte messages during the fetch on host1.
+- Bugfix. --proxyauth2 was setting proxyauth1!
+-  Thanks to Denis BREAN!
+- MDaemon 12
+- Exchange 6.5 host1
+- Bugfix. Modified create_folder() to avoid Inbox -> INBOX problem ("already exists").
+- Bugfix. --maxsize --minsize now work with --useuid
+- Bugfix. flag sync of already transfered messages now take care of --maxsize --minsize options.
+- --delete2 implies --expunge2 now unless --noexpunge2 is given.
+- exit if --delete and --delete2 are given together.
+- Same behavior for --expunge or --expunge1.
+- Added 0 length message tracking when fetching host1.
+
 * Sun Apr 24 2011 Nick Bebout <nb at fedoraproject.org> - 1.411-1
 - Bugfix for "Folders in host2 not in host1" list when
 - folders are given by --folder option or equivalent.
diff --git a/sources b/sources
index 1e7a354..69b7dac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-def26732db5d74665773eea2009146e1  imapsync-1.411-sources.tgz
+4ec68c3a0eb91ed5713a2b72c9092963  imapsync-1.422.tgz


More information about the scm-commits mailing list