Summary | Wrong PHOTO-tag in vcard-item |
Queue | Synchronization |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | info (at) ionum (dot) ch |
Created | 11/29/2010 (5329 days ago) |
Due | |
Updated | 12/28/2010 (5300 days ago) |
Assigned | |
Resolved | 12/28/2010 (5300 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Only set the encoding parameter for binary data in vCards, if data is
not empty (
Bug #9413).http://git.horde.org/horde-git/-/commit/19ff7f759967022f7a22dcdb248e6e636db67086
State ⇒ Resolved
Only set the encoding parameter for binary data in vCards, if data is
not empty (
Bug #9413).http://cvs.horde.org/diff.php/turba/docs/CHANGES?rt=horde&r1=1.181.2.261&r2=1.181.2.262&ty=u
http://cvs.horde.org/diff.php/turba/lib/Driver.php?rt=horde&r1=1.57.2.99&r2=1.57.2.100&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Wrong PHOTO-tag in vcard-item
Type ⇒ Bug
State ⇒ Unconfirmed
<Data><![CDATA[BEGIN:VCARD
VERSION:2.1
[..]
PHOTO;ENCODING=b:
[..]
this leads to an photo with 0 bytes ...
It should composed this way:
<Data><![CDATA[BEGIN:VCARD
VERSION:2.1
[..]
PHOTO:
[..]