Summary | Folding of Encoded vCard-Lines is not correctly recognized by Funambol and Nokia |
Queue | Synchronization |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | horde (at) ssn (dot) at |
Created | 04/06/2008 (6312 days ago) |
Due | |
Updated | 05/01/2008 (6287 days ago) |
Assigned | 04/24/2008 (6294 days ago) |
Resolved | 05/01/2008 (6287 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Jan Schneider
State ⇒ Duplicate
State ⇒ Feedback
bug 6555to me. Can you test the patch provided in that bug?Assigned to Karsten Fourmont
Outlook/Funambol
When the line has no spaces it works not - the record will not reach
the client if the line exceeds a length of about 150 characters
For Contacts this should be sufficient - what I can't test is, when
attaching binary data - e.g. a picture. This has no spaces and so
folding wont work.
RFC I would say the first line is too long.
AFAIK the line INCLUDING the attribute and param-information should
be folded by 75 characters - but it is folded at
75+Length(attribute+params).
different folding rules. And most important: the specs are so vague
that every client seems to interpret it differently, or don't do any
folding at all for cases where the specs are not clear. That what we
do now too.
I don't care about the specs anymore, I only want the files to work
with other clients. So does it work now or not?
When having spaces the line is folded, but as far as I understand the
RFC I would say the first line is too long.
AFAIK the line INCLUDING the attribute and param-information should be
folded by 75 characters - but it is folded at
75+Length(attribute+params).
Tested Horde->Client only!
regards
Lukas
Priority ⇒ 2. Medium
State ⇒ Feedback
Assigned to Jan Schneider
happened in my phantasy only...
This could be related to the changes made according to
Bug #6547New Attachment: Encoding_Folding_iCalendar.php.diff
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Folding of Encoded vCard-Lines is not correctly recognized by Funambol and Nokia
Type ⇒ Bug
Priority ⇒ 1. Low
the line. This might be correct (couldn't find neither pro nor contra
in RFC).
But Funambol and Nokia unfold uncorrectly - as far as I could see, the
don't understand when the Value-part starts with =\n
The attached patch (iCalendar.php) uses the Name+Parms and the encoded
Value-Part together to calculate folding.
regards
Lukas