<?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>x-vnd.kolab.distribution-list (horde) vs. x-vnd.kolab.contact.distlist (kontact, toltec)</title> 
  <pubDate>Fri, 10 Apr 2026 06:34:53 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7921</link> 
  <atom:link rel="self" type="application/rss+xml" title="x-vnd.kolab.distribution-list (horde) vs. x-vnd.kolab.contact.distlist (kontact, toltec)" href="https://bugs.horde.org/ticket/7921/rss" /> 
  <description>x-vnd.kolab.distribution-list (horde) vs. x-vnd.kolab.contact.distlist (kontact, toltec)</description> 
 
   
   
  <item> 
   <title>this issue relates to #6151...



i have just checked out th</title> 
   <description>this issue relates to #6151...



i have just checked out the newly packaged KDE Kontact in debian/experimental and i am glad to find kolab support for private distribution lists in Kontact.



but: same as the toltec connector, kontact uses ,,x-vnd.kolab.contact.distlist&#039;&#039; as MIME type for kolab based private distribution-lists whereas now horde is the only client that support the kolab format compliant MIME type ,,x-vnd.kolab.distribution-list&#039;&#039;.



kolab format compliance is nice, but does not really mean anything if it is not interoperable with two of the most used groupware clients kolab has been designed for.



i will try to write a (dirty) patch for ,,x-vnd.kolab.contact.distlist&#039;&#039; support in horde/kolab-webclient...</description> 
   <pubDate>Fri, 30 Jan 2009 18:53:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7921#t52155</link> 
  </item> 
   
  <item> 
   <title>here is a patch that works for me...



tested with kontact-</title> 
   <description>here is a patch that works for me...



tested with kontact-4.2.0 and ms-outlook-2007/toltec-2.3.1



</description> 
   <pubDate>Sun, 01 Feb 2009 17:23:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7921#t52168</link> 
  </item> 
   
  <item> 
   <title>plz note that this first fragment from the patch also fixes </title> 
   <description>plz note that this first fragment from the patch also fixes a misbehaviour with distribution-list that lack the horde specifig member option ,,uid&#039;&#039;.



@@ -1036,7 +1038,7 @@  



$member_ids = array(); 

if (isset($object[&#039;member&#039;])) 

{ foreach ($object[&#039;member&#039;] as $member) { 

- if (isset($member[&#039;uid&#039;])) { 

+ if ((isset($member[&#039;uid&#039;])) &amp;&amp; (!empty($member[&#039;uid&#039;]))) { 

 $member_ids[] = $member[&#039;uid&#039;]; continue; } 



whereas the second bit of code just corrects a misprint... (,,return&#039;&#039; vs. ,,result =&#039;&#039;)



@@ -1261,7 +1268,8 @@  

} 

 /* Revert to the original state */ 

- return $this-&gt;_store-&gt;setObjectType(&#039;contact&#039;); 

+ $this-&gt;_store-&gt;setMimeType(&#039;contact&#039;); 

+ $result = $this-&gt;_store-&gt;setObjectType(&#039;contact&#039;); 

 if (is_a($result, &#039;PEAR_Error&#039;)) { return $result; } </description> 
   <pubDate>Sun, 01 Feb 2009 17:28:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7921#t52169</link> 
  </item> 
   
  <item> 
   <title>x-vnd.kolab.contact.distlist has been the content type since</title> 
   <description>x-vnd.kolab.contact.distlist has been the content type since a long time already.</description> 
   <pubDate>Mon, 18 Nov 2013 16:24:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7921#t81495</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
