Projects
Kolab:16:Testing
pykolab-python3
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 38
View file
pykolab.spec
Changed
@@ -55,7 +55,7 @@ Summary: Kolab Groupware Solution Name: pykolab -Version: 0.9.0.7 +Version: 0.9.0.8 Release: 2%{?dist} License: GPLv3+ Group: Applications/System
View file
debian.changelog
Changed
@@ -1,10 +1,10 @@ -pykolab (0.9.0.7-1~kolab2) unstable; urgency=low +pykolab (0.9.0.8-1~kolab2) unstable; urgency=low * Fix `UnicodeDecodeError` in wallace -- Christoph Erhardt <kolab@sicherha.de> Fri, 20 Sep 2024 23:50:46 +0200 -pykolab (0.9.0.7-0~kolab4) unstable; urgency=low +pykolab (0.9.0.8-0~kolab4) unstable; urgency=low * Release of version 0.9.0
View file
pykolab-0.9.0.tar.gz/pykolab/imap/cyrus.py
Changed
@@ -242,8 +242,8 @@ max_tries = 20 num_try = 0 - ann_path = b"/vendor/cmu/cyrus-imapd/server" - s_ann_path = b"/shared%s" % (ann_path) + ann_path = "/vendor/cmu/cyrus-imapd/server" + s_ann_path = "/shared%s" % (ann_path) while 1: num_try += 1
View file
pykolab-0.9.0.tar.gz/wallace/module_footer.py
Changed
@@ -168,13 +168,13 @@ continue try: - disposition = part.get("Content-Disposition") + disposition = part.get("Content-Disposition").lower() except: pass log.debug("Walking message part: %s; disposition = %r" % (content_type, disposition), level=8) - if disposition is not None: + if disposition == "attachment": continue if content_type == "text/plain":
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.9.0.7-1~kolab2 +Version: 0.9.0.8-1~kolab1 DEBTRANSFORM-RELEASE: 1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.