<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Apple iCal needs lower case mailto: tag</title> 
  <pubDate>Thu, 09 Apr 2026 18:03:12 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/4872</link> 
  <atom:link rel="self" type="application/rss+xml" title="Apple iCal needs lower case mailto: tag" href="https://bugs.horde.org/ticket/4872/rss" /> 
  <description>Apple iCal needs lower case mailto: tag</description> 
 
   
   
  <item> 
   <title>Apple iCal needs a lower case mailto: tag in replies to iCal</title> 
   <description>Apple iCal needs a lower case mailto: tag in replies to iCal invitations, although RFC 2446 doesn&#039;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-&gt;setAttribute(&#039;ATTENDEE&#039;, &#039;MAILTO:&#039; . $email, $params);

to

 $vEvent_reply-&gt;setAttribute(&#039;ATTENDEE&#039;, &#039;mailto:&#039; . $email, $params);</description> 
   <pubDate>Thu, 11 Jan 2007 14:19:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4872#t28246</link> 
  </item> 
   
  <item> 
   <title>Fixed, thanks!</title> 
   <description>Fixed, thanks!</description> 
   <pubDate>Thu, 11 Jan 2007 17:23:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4872#t28274</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
