mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
cb8cd0f3e6
The problem seems to be line [784] of trunk/phpgwapi/inc/horde/Horde/iCalendar.php $value = str_replace($this->_newline, '\n', $value); When removing this line, the description value is correct on the client. I could not find any sideffects during my tests, if some clients have problems with this, I assume this would then have to be fixed at a higher level, because the current state with this line just causes broken output. From wikipedia regarding Linebreaks in QuotedPrintable: If the data being encoded contains meaningful line breaks, they must be encoded as an ASCII CR LF sequence, not as their original byte values Vcard extract without the reported line code: DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Desc 1=0D=0ADesk 2=0D=0A=0D=0A Vcard extract with the reported line of code DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Desc 1\nDesk 2\n\n pointed out by Philip Herbert. Carl Knauber Holding GmbH & Co KG |
||
---|---|---|
addressbook | ||
admin | ||
calendar | ||
doc | ||
etemplate | ||
filemanager | ||
home | ||
importexport | ||
infolog | ||
notifications | ||
phpgwapi | ||
preferences | ||
resources | ||
setup | ||
timesheet | ||
.htaccess | ||
about.php | ||
anon_wrapper.php | ||
groupdav.php | ||
header.inc.php.template | ||
index.php | ||
login.php | ||
logout.php | ||
notify_simple.php | ||
notify.php | ||
notifyxml.php | ||
redirect.php | ||
rpc.php | ||
set_box.php | ||
soap.php | ||
svn-helper.php | ||
webdav.php | ||
xajax.php | ||
xmlrpc.php |