6.0.0-beta1
7/4/25

[#4872] Apple iCal needs lower case mailto: tag
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

History
01/11/2007 05:23:09 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
01/11/2007 02:19:41 PM martin (dot) wagner (at) tngtech (dot) com Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Apple iCal needs lower case mailto: tag
Queue ⇒ IMP
Reply to this comment
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);

Saved Queries