Package Release Info

offlineimap-7.3.2-bp151.4.3.1

Update Info: openSUSE-2020-525
Available in Package Hub : 15 SP1 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

offlineimap
offlineimap-htmldoc

Change Logs

* Sun Feb 16 2020 Michal Suchanek <msuchanek@suse.com>
- Update to 7.3.2
- Revert "fix check for unsupported sep character". [Nicolas Sebrecht]
- Fixing the Arch Linux name. [Jaroslav Lichtblau]
- Additional address for sysloghandler to handle mac. [Chris Coutinho]
- Added financial contributors to the README. [Jess]
- Introduce FUNDING.yml for opencollective. [Nicolas Sebrecht]
- Fix check for unsupported sep character. [Nicolas Sebrecht]
- Contrib: use yaml.safe_load() instead of load(). [Nicolas Sebrecht]
- Ensure python2 in the release workflow. [Nicolas Sebrecht]
- Make docs: ensure py2 when running sphinx. [Nicolas Sebrecht]
- Implement Happy Eyeballs. [Olivier Mehani]
- imaplib2 v2.101. [Nicolas Sebrecht]
- imaplib2 v2.100. [Nicolas Sebrecht]
- Update readme to give an hint about Linux distros. [Dario Maiocchi]
- travis: remove python3.6. [Nicolas Sebrecht]
- README: add required dependency to rfc6555. [Nicolas Sebrecht]
- Do not use TIMEOUT_MAX for Condition.wait(). [Ilias Tsitsimpis]
- Use SSLContext if available so we send SNI. [Julien Cristau]
- Don't expect trailing space on command completion. [Ben Cotterell]
- mkdir -p alike folder creation. [Kyle Altendorf]
- Use portable locker to support cygwin in Windows. [kimim]
- contrib/release.py: don't break if sphinx-build is missing. [Nicolas Sebrecht]
- Update FSF postal address. [Jelmer Vernoo?]
- repository/IMAP: update copyright header date. [Nicolas Sebrecht]
- PULL_REQUEST_TEMPLATE: add space between brackets to enable the edition in the gui. [Nicolas Sebrecht]
- add checks in curses ui for small windows. [Mart Lubbers]
- 2890dec Added ssl certfile on osx for openssl pacakge on homebrew. [Philippe Loctaux]
- 761e10e Add Archlinux to list of supported distros. [Philippe Loctaux]
- 8692799 Fix expired oauth2_access_token. [Frode Aannevik]
- 096aa07 Handle empty token with complete GSSAPI context. [Robbie Harwood]
- a51064e maxage: always compute the remote cache list for min_uid. [Nicolas Sebrecht]
- 698ec64 offlineimap.conf: minor fixes. [Nicolas Sebrecht]
- af3a35a offlineimap/utilis/distro.py: indentation fix. [Philippe Loctaux]
- d3ba837 Fix typo in exception message. [Benedikt Heine]
- c9005cd Check if username is provided before trying plain authentication.. [Carnë Draug]
- 5f9474e Print username instead of accountname when asking for password. [Carnë Draug]
- ce9a198 Chain tls_level and ssl_version only if ssl is enabled. [Benedikt Heine]
- 6ef5937 docs/website-doc.sh: minor improvements in comments of versions.yml. [Nicolas Sebrecht]
- 4544bb1 contrib/release.py: minor UI improvement. [Nicolas Sebrecht]
- d930125 fix dates in copyright lines. [Nicolas Sebrecht]
- Script to store passwords in a file with GPG or using OSX's secure keychain. [Lorenzo]
- Added support for sha512, sha384, sha256, sha224 hashing algorithms to calculate server certificate fingerprints.. [velleto]
- Pass username through in GSSAPI connections. [Robbie Harwood]
- Gmail: allow parenthesis in labels. [Nicolas Sebrecht]
- Correct typographical errors in offlineimap.conf. [Michael Billington]
- Create filenames with no path separators in them. [Eygene Ryabinkin]
- imapserver: fix copyright line. [Nicolas Sebrecht]
- Available hashes added to documentation.. [velleto]
- Documented the now allowed use of colon separated fingerprints with examples.. [velleto]
- Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file.. [velleto]
- Removed uneccessary call of list() on zip() object.. [velleto]
- Changed the 'exception raised' message, to be more understandable.. [velleto]
- Make CTRL-C message more clear. [Edgar HIPP]
- setup: add long_description. [Nicolas Sebrecht]
- offlineimap.conf: fix comment about gssapi. [Nicolas Sebrecht]
- Add self to maintainers. Update email address.. [Chris Coleman]
- Makefile: targz: don't set the abbrev in the archive directory name. [Nicolas Sebrecht]
- contrib: learn to build website/_uploads. [Nicolas Sebrecht]
- docs/website-doc.sh: limit the number of exported versions in _data/announces.yml. [Nicolas Sebrecht]
- Makefile: targz: update files. [Nicolas Sebrecht]
- Makefile: clean: remove __pycache__ directories. [Nicolas Sebrecht]
- Autmomated testing using Travis and CodeCov.io!. [chris001]
- README: travis: add badge for the next branch. [Nicolas Sebrecht]
- travis: add notification to gitter room OfflineIMAP/offlineimap. [Nicolas Sebrecht]
- offlineimap.py: fix shebang to python2. [Nicolas Sebrecht]
- bin/offlineimap: fix shebang to env python2. [Nicolas Sebrecht]
- Port to python-gssapi from pykerberos. [Robbie Harwood]
- requirements: add gssapi as optional dependency. [Nicolas Sebrecht]
- make UI output show local AND remote dirs involved. [Musashi69]
- maxsyncaccounts: improve documentation. [Nicolas Sebrecht]
Version: 7.1.5-bp150.2.3
* Tue Jan 30 2018 mimi.vx@gmail.com
- update to 7.1.5
  * folder: IMAP: improve search logging
  * no UIDPLUS: improve logging on failures.
  * maxage: don't consider negative UIDs when computing min UID
  * Add missing space to output string.
* Fri Dec 08 2017 mimi.vx@gmail.com
- fix boo#1071153
- remove offlineimap-rpmlintrc
* Mon Nov 13 2017 mimi.vx@gmail.com
- update to 7.1.4
  * utf8: implement utf8foldernames option
  * utf8: document new feature, deprecate old one
  * remotehost should not be required if transporttunnel is used
  * accounts: error out when no folder to sync
  * sqlite: provide better message error for insert.
  * folder: Gmail: fix copyright header.
  * Remove some unnecessary whitespace
  * folder: Gmail: remove dead code
  * utf8foldernames: fix missing decode argument.
  * Fix: if any tunnel (preauth_tunnel or transport_tunnel)
    the hostname should not be requird
* Mon Jul 24 2017 jengelh@inai.de
- Trim description.
* Sat Jul 22 2017 mimi.vx@gmail.com
- update to 7.1.2
  * folder/IMAP: improve the warning when we can't parse the returned UID.
  * Provide more details in error message when SSL fails on non-standard port
  * Use basic logger (since systemd picks up stdout).
  * offlineimap.conf: ssl must be disabled to force STARTTLS in some cases.
  * Advise singlethreadperfolder when offlineimap hangs.
  * IMAP/IMAP: continue to sync if the local side does not return
    a valid UID on upload
  * Use a pre-existing target for systemd services.
  * systemd: remove unused watchdog functionality.
  * Remove invalid systemd setting.
* Wed Jun 21 2017 bwiedemann@suse.com
- Do not include unneccessary undeterministic environment.pickle in package
* Thu Jun 01 2017 mimi.vx@gmail.com
- update to 7.1.1
  * Env info (used by -V and banner): add openssl version.
  * Acquire lock before updating the CursesLogHandler window
  * maxage: use the remote folder first to compute min_uid.
  * Fix systemd.timer: initialize timer after boot.
  * XOAUTH2: don't try this authentication method when not configured.
  * mbnames: don't duplicate entries in autorefresh mode.
  * docs: update the instructions for creating OAuth projects for GMail.
  * IMAP: UIDPLUS: correctly warn about weird responses from some servers
  * IMAP: UIDPLUS: improve error message on response error for new UID.
  * Display the imaplib and python versions for each normal run
  * imapserver: provide some SSL info while in imap debug mode
* Thu Apr 27 2017 mimi.vx@gmail.com
- update to 7.1.0
  * doc: Fix typo in offlineimap.1 man page
  * folder: UIDMaps: ignore KeyError failure while removing keys.
  * Remove support for the status_backend configuration option.
  * folder/IMAP: improve handling of "matchinguids" error while searching headers.
  * Remove oneshot switch from systemd services.
  * Use oneshot services for systemd timers.
  * Create systemd oneshot services.
* Mon Mar 13 2017 mimi.vx@gmail.com
- update to 7.0.14
  * SQLite: avoid concurrent writes on backend migration.
  * Fix ipv6 configuration handling.
  * Prevent synchronization of identical folders from multiple threads
* Mon Feb 13 2017 mimi.vx@gmail.com
- update to 7.0.13
  * init: register SIGABRT and handle as per SIGUSR2
  * learn repository retrycount configuration option
  * earn authproxy configuration option
  * folder: IMAP: add missing whitespace in error message
  * repository: IMAP: correctly check the response while listing remote folders.
  * older: IMAP: improve error message when Dovecot returns any data for UID FETCH
* Fri Dec 02 2016 mimi.vx@gmail.com
- update to 7.0.12
  * Enable environment variable expansion on Repository.localfolders
  * repository: Base: fix typo in folder variable name.
  * repository: Base: fix folder structure comparison.
  * GMail: Add ability to set a custom host/port/ssl etc..
  * Add OpenSUSE to list of supported distros.
  * epository: Base: fix name of the status folder.
  * repository: Base: rework the structure folders comparison
  * Fix remaining instance of check_uid_validity refactoring
  * Fix the profile mode.
  * folder: Maildir: actually try to use Delivery-Date if Date is broken.
  * Fix decodefoldernames not applying in folder sync
  * Fix mbnames writing with folders using utf-8
  * Fix utf7 decode error not caught
  * Fix md5 folder generation wanting unicode.
  * Fix bug: should not compare list to int
  * folder: IMAP: display error message before starting next try.
  * offlineimap.conf: XOAUTH2: certificate validation is required for Gmail
  * offlineimap.conf: autorefresh points to maxsyncaccounts
  * offlineimap.conf: use 'Offlineimap' to name the software.
  * offlineimap.conf: add comments for the readonly configuration option
  * Don't allow negative values for autorefresh
  * Manual: add known issues entry about XOAUTH2 "invalid_grant"
  * repository: Gmail: fix copyright line
* Thu Nov 17 2016 mimi.vx@gmail.com
- update to 7.0.9
  * SQLite: make postponing transaction committing possible..
  * UIDMaps: ensure we don't update the map file in dry run mode.
  * UIDMaps: prevent from leaving a truncated map file
  * Fix flickering in Blinkenlights UI.
  * UIDMaps: reorder imports.
  * folder: IMAP: remove unused import.
* Thu Oct 13 2016 mimi.vx@gmail.com
- update to 7.0.8
- Import ui before threadutil to resolve circular dependency
- Fix implicit call to unicode() from UI functions.
- imapserver: minor code cleaning
* Sun Sep 25 2016 mimi.vx@gmail.com
- update to 7.0.7
  * Remove EXPERIMENTAL flag for the singlethreadperfolder configuration option.
  * Ensure logs are in bytes for PLAIN authentication.
  * Minor: utils: distro: fix copyright line.
  * README: minor copy edits.
  * IDLE: protect all calls to imapobj.noop() (coonection might be dropped).
  * XOAUTH2: raise error if string 'error' is in the response.
  * Set singlethreadperfolder configuration option when in idle mode.
  * repository: IMAP: cache the idle folders in memory.
  * mbnames: add info output messages in dry run mode.
  * mbnames: remove non-required argument.
  * offlineimap.conf: explain hooks in idle mode.
  * Explain how to submit issues in more files.
* Tue Aug 23 2016 mimi.vx@gmail.com
- update to 7.0.6
  * XOAUTH2: improve error message while trying to get access token.
  * Show python version for -V CLI option.
  * offlineimap.conf: add note about Gmail\All Mail keeping the emails while deleted.
* Sun Aug 14 2016 mimi.vx@gmail.com
- add systemd user services
* Sun Aug 14 2016 mimi.vx@gmail.com
- update to 7.0.5
- separated Html doc to own package
  * ConfigHelperMixin must be new-style class to not break inheritance.
  * don't delete messages in local cache in dry-run mode.
  * Fix typo in format string in machineui.
  * folder: IMAP: change raw assert to OfflineImapError
  * folder: IMAP: add 'imap' debug output before calling FETCH.
  * explicitly set hash of Base class to None.
  * imapserver: change lambdas with map to list comprehension.
  * Clarify which settings are required for mbnames.
  * Remove an unused import.
  * folder: Base: minor style fix.
* Mon Aug 01 2016 mimi.vx@gmail.com
- update to 7.0.3
  * very long upstream changelog, please see Changelog.md file in docs
* Sat May 16 2015 gber@opensuse.org
- update to version 6.5.7
  - better documentation for Windows users
  - contrib/release.sh (v0.2): fixes and improvements
  - report exceptions via exit code.
  - proxy feature leaks DNS support: offlineimap.conf talks about
    this
  - email parsing for date coudn't work: fix datetuple dst check
  - little code refactoring
- drop offlineimap-use-system-certificates.patch, upstream solved
  this differently by requiring users to specify "OS-DEFAULT"
  in order to use the system CA bundle, this fixes a problem raised
  in boo#907035 where users are unable to just check the
  certificate fingerprint
* Tue Nov 25 2014 gber@opensuse.org
- add offlineimap-use-system-certificates.patch in order to use
  system certificates by default and rquire ca-certificates
  (boo#907035)
- add missing explicit dependency on python-setuptools