[Tickets #4872] Apple iCal needs lower case mailto: tag
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 11 06:19:42 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4872
-----------------------------------------------------------------------
Ticket | 4872
Created By | martin.wagner at tngtech.com
Summary | Apple iCal needs lower case mailto: tag
Queue | IMP
Version | 4.1.3
Type | Enhancement
State | New
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
martin.wagner at tngtech.com (2007-01-11 06:19) wrote:
Apple iCal needs a lower case mailto: tag in replies to iCal invitations,
although RFC 2446 doesn't care about upper/lower case. Currently, IMP is
sending upper case tags. Changing this to lower case would
interoperability.
Proposed enhancement:
Fix line 273 in imp/lib/MIME/Viewer/itip.php
from
$vEvent_reply->setAttribute('ATTENDEE', 'MAILTO:' . $email, $params);
to
$vEvent_reply->setAttribute('ATTENDEE', 'mailto:' . $email, $params);
More information about the bugs
mailing list