Summary | Apple iCal needs lower case mailto: tag |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | martin.wagner (at) tngtech (dot) com |
Created | 01/11/2007 (6749 days ago) |
Due | |
Updated | 01/11/2007 (6749 days ago) |
Assigned | |
Resolved | 01/11/2007 (6749 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Apple iCal needs lower case mailto: tag
Queue ⇒ IMP
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);