-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various iCloud vCard issues, add fallback for external photos #4617
Comments
Comment by rosali on 21 Jul 2014 05:51 UTC There is an additional issue: iCloud photo URLs are protected by access control (authentication cookie must be present in browser). If the user is not logged in his iCloud account then photo display fails even after the above mentioned fix. Possible solution: ./program/steps/mail/show.inc ::: line 349 ff.
./program/steps/addressbook/func.inc ::: line 806 ff.
Read more about the fix @ http://stackoverflow.com/questions/1977871/check-if-an-image-is-loaded-no-errors-in-javascript |
Comment by rosali on 21 Jul 2014 07:18 UTC Additional issue with iCloud vcards. rcube_vcard class, method cleanup is missing case in-sensitive modifier ("i"). The result is that uppercase "ITEM..." fields are not converted to regulare field names. Example:
--> Result: Address is not displayed Suggested fix: ./program/lib/Roundcube/rcube_vcard.php ::: line 535 ff:
|
Status changed by @alecpl on 1 Aug 2014 10:53 UTC new => closed |
Summary changed by @alecpl on 1 Aug 2014 10:53 UTC
Various iCloud vCard issues, add fallback for external photos |
Reported by rosali on 21 Jul 2014 04:12 UTC as Trac ticket #1489993
Apple iCloud vcards contain an URL as Photo data, f.e.:
In this case the photo display in preview pane and mail view fails.
Possible fix:
./program/steps/addressbook/photo.inc ::: line 67ff.
Migrated-From: http://trac.roundcube.net/ticket/1489993
The text was updated successfully, but these errors were encountered: