- update to 1.5.0
* Changed default config & state locations to follow the XDG basedir spec
* Added support for IMAP mailbox names with non-ASCII characters
* Added support for Maildir Paths with suffixes (not ending with a slash)
* Made the Channel side to expire with MaxMessages configurable
* MaxMessages and MaxSize can be used together now
* The unfiltered list of mailboxes in each Store can be printed now
* A proper summary is now printed prior to exiting.
* Added support for mirroring deletions more accurately; option ExpungeSolo
* Added new sync operation 'Old' to retry previously skipped messages
* Added --ext-exit option to indicate with the exit code whether Stores
were modified
* Added support for the LITERAL- IMAP extension, which improves upload
performance with f.ex. GMail somewhat
* Improved error handling when attempting to store too big messages
* Malformed messages with incomplete headers will be propagated now
* A notice is now emitted if the server does not support race-free Trash
* Improved checking for invalid command lines
* Options not supported due to the build configuration are still recognized
now, to make error messages more helpful
* he progress indicator is rate-limited now
* Added --dry-run option
* Various improvements to the debugging output
* Vastly extended the autotest suite
* The reference point for relative local paths in the configuration file
is now the file's containing directory
* Maildir Path cannot be nested into Inbox anymore (this was never documented)
* Renamed the ReNew/--renew/-N options to Upgrade/--upgrade/-u and
Delete/--delete/-d to Gone/--gone/-g
* Superseded SSLVersions option with TLSVersions, and disabled TLS v1.0
OBS-URL: https://build.opensuse.org/request/show/1206492
OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=38
- bump to 1.2.1
- fixed IPv6-enabled builds crashing upon host name resolution failure
- fixed updating Maildir flags crashing on OpenBSD
- fixed deadlocks with NFS home directories
- fixed SASL authentication with GSS-API
- fixed messages being uploaded again and again with some servers
- fixed duplicate mailboxes with IMAP NAMESPACE "INBOX."
- fixed some problems in the IMAP command submission code
- fixed build with static libdb, libnsl, and libsocket
- the dependencies on Berkeley DB and zlib (and the features they enable) can be explicitly disabled now
- it is now possible to nest a Maildir Store's Path into its Inbox
- fixed -DN not implying -Dn
- clean the spec with spec-cleaner
- add isync.keyring
OBS-URL: https://build.opensuse.org/request/show/345016
OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=13