Projects
Kolab:16:Testing:Candidate
pykolab-python3
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
pykolab.spec
Changed
@@ -55,7 +55,7 @@ Summary: Kolab Groupware Solution Name: pykolab -Version: 0.9.0.5 +Version: 0.9.0.6 Release: 1%{?dist} License: GPLv3+ Group: Applications/System
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -pykolab (0.9.0.5-0~kolab4) unstable; urgency=low +pykolab (0.9.0.6-0~kolab4) unstable; urgency=low * Release of version 0.9.0
View file
pykolab-0.9.0.tar.gz/wallace/modules.py
Changed
@@ -152,6 +152,10 @@ if conf.debuglevel > 8: smtp.set_debuglevel(1) + # Workaround smtplib's issue with 8bit encoded messages + if isinstance(msg, str): + msg = msg.encode('utf-8') + # Sender can't be a list if isinstance(sender, list): sender = sender0
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.5-1~kolab1 +Version: 0.9.0.6-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
.