ELBA-2022-24057

ELBA-2022-24057 - imapsync Bug Fix update

Type:BUG
Severity:NA
Release Date:2022-11-24

Description


[2.229-1]
- Update to 2.229

[2.200-1]
- Update to 2.200
- Update URL
- Misc minor spec modernization

[2.140-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

[2.140-2]
- Add dependency on procps-ng

[2.140-1]
- Update to 2.140

[1.977-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

[1.977-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

[1.977-2]
- Add missing dep on perl(English)

[1.977-1]
- Update to 1.977

[1.882-7]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.882-6]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.882-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

[1.882-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[1.882-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[1.882-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[1.882-1]
- Update to 1.882

[1.836-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[1.836-1]
- Update to 1.836

[1.727-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[1.727-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

[1.727-1]
- Update to 1.727

[1.684-1]
- Update to 1.684

[1.678-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

[1.678-1]
- Update to 1.678

[1.670-1]
- Update to 1.670

[1.644-2]
- Disable releasecheck - CVE-2013-4279

[1.644-1]
- Update to 1.644

[1.637-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

[1.637-1]
- Upgrade to 1.637

[1.607-1]
- Upgrade to 1.607

[1.592-1]
- Upgrade to 1.592

[1.584-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

[1.584-2]
- Disable releasecheck - CVE-2013-4279

[1.584-1]
- Upgrade to 1.584

[1.580-1]
- Upgrade to 1.580

[1.569-1]
- Upgrade to 1.569

[1.567-1]
- Upgrade to 1.567

[1.564-1]
- Upgrade to 1.564

[1.558-1]
- Upgrade to 1.558

[1.555-1]
- Upgrade to 1.555

[1.547-1]
- Upgrade to 1.547

[1.542-2]
- Add additional perl deps to make XOAUTH work

[1.542-1]
- Upgrade to 1.542

[1.536-1]
- Upgrade to 1.536

[1.525-1]
- Upgrade to 1.525

[1.518-2]
- Fix spec to install COPYING file now

[1.518-1]
- Upgrade to 1.518

[1.516-1]
- Upgrade to 1.516

[1.508-1]
- Upgrade to 1.508

[1.504-1]
- Upgrade to 1.504

[1.498-1]
- Upgrade to 1.498

[1.488-1]
- Upgrade to 1.488

[1.484-1]
- Upgrade to 1.484

[1.476-1]
- Upgrade to 1.476

[1.468-1]
- Upgrade to 1.468

[1.456-1]
- Upgrade to 1.456

[1.452-1]
- Added the --search option allowing to select messages with the powerful IMAP SEARCH command.
- Added IO::Socket::INET version info.
- Bugfix. Fixed ps call to work with Solaris 10. Thanks to Daniel Rohde.
- Kerio 7.2.0P1 success.
- MDaemon 12.0.3 success.
- Bugfix. Date reference to select messages with --maxdate --mindate is the beginning of imapsync run now.
- Added PERMANENTFLAGS output with --debugflags

[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.

[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 ->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.

[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.

[1.411-1]
- Bugfix for 'Folders in host2 not in host1' list when
- folders are given by --folder option or equivalent.
- The old list listed too many folders with --folder INBOX for example.
- Updated success list.
- Added --takebody option.
- Added Gimap (Gmail imap) success.
- Added IMail 11.03 [host1] success
- Made --delete2 works with --uselib or --usecache
- No longer --useuid with --fast
- Debug output with permanentflags.
- Added isync url.
- Sleep 2 seconds after foldersizes calls.

[1.404-3]
- Add dependency on Authen::NTLM

[1.404-2]
- Remove dependency on Date::Manip and Mail::Box

[1.404-1]
- Upgrade to 1.404

[1.398-1]
- Upgrade to 1.398

[1.366-1]
- Upgrade to 1.366

[1.340-1]
- Upgrade to 1.340

[1.337-1]
- Upgrade to 1.337

[1.315-1]
- Upgrade to 1.315

[1.311-1]
- Upgrade to 1.311
- License is now WTFPL

[1.286-1]
- Upgrade to 1.286

[1.255-3]
- Attempt to patch around too new Mail::IMAPClient

[1.255-2]
- Upstream release

[1.252-2]
- Upstream release
- Dependency fix (BZ#447800)

[1.249-1]
- Initial build.




Updated Packages


Release/ArchitectureFilenameMD5sumSuperseded By Advisory
Oracle Linux 8 (aarch64) imapsync-2.229-1.el8.src.rpm2d6ab1e797bfacaef7781b5a8ee576ae-
imapsync-2.229-1.el8.noarch.rpm92ea79f25b340a2be6d3556839fef7a0-
Oracle Linux 8 (x86_64) imapsync-2.229-1.el8.src.rpm2d6ab1e797bfacaef7781b5a8ee576ae-
imapsync-2.229-1.el8.noarch.rpm92ea79f25b340a2be6d3556839fef7a0-



This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team

software.hardware.complete