6.0.0-alpha14
7/2/25

[#9413] Wrong PHOTO-tag in vcard-item
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

History
12/28/2010 10:35:11 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git for this ticket:

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
12/28/2010 10:29:36 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
12/28/2010 10:29:28 PM CVS Commit Comment #2 Reply to this comment
Changes have been made in CVS for this ticket:

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
11/29/2010 11:40:47 AM info (at) ionum (dot) ch Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Wrong PHOTO-tag in vcard-item
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
If horde syncs a contact entry without photo vcard-code is composed this way

<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:
[..]

Saved Queries