Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
roundcubemail.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail Version: 1.2 -Release: 0.20160326.git%{?dist} +Release: 0.20160328.git%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -roundcubemail (1:1.2~dev20160326-0~kolab1) unstable; urgency=low +roundcubemail (1:1.2~dev20160328-0~kolab1) unstable; urgency=low * fix secure URL regex for debian
View file
roundcubemail-1.2.tar.gz/program/lib/Roundcube/rcube_imap_generic.php
Changed
@@ -107,7 +107,11 @@ $this->debug('C: ' . $log); } - $res = fwrite($this->fp, $string . ($endln ? "\r\n" : '')); + if ($endln) { + $string .= "\r\n"; + } + + $res = fwrite($this->fp, $string); if ($res === false) { @fclose($this->fp); @@ -174,6 +178,7 @@ } } } + return $res; } @@ -3465,6 +3470,7 @@ if (!is_array($entries)) { $entries = array($entries); } + // create entries string // ANNOTATEMORE drafts before version 08 require quoted parameters foreach ($entries as $idx => $name) { @@ -3475,7 +3481,8 @@ if (!is_array($attribs)) { $attribs = array($attribs); } - // create entries string + + // create attributes string foreach ($attribs as $idx => $name) { $attribs[$idx] = $this->escape($name, true); }
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.2~dev20160326-0~kolab1 +Version: 1:1.2~dev20160328-0~kolab1 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
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
.