<?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>Using groups with groupname containing a . fails </title> 
  <pubDate>Fri, 10 Apr 2026 11:11:42 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/4018</link> 
  <atom:link rel="self" type="application/rss+xml" title="Using groups with groupname containing a . fails " href="https://bugs.horde.org/ticket/4018/rss" /> 
  <description>Using groups with groupname containing a . fails </description> 
 
   
   
  <item> 
   <title>When groupnames from Turba containing a dot ( . ) is used as</title> 
   <description>When groupnames from Turba containing a dot ( . ) is used as recipients I get an error: &quot;Group name did not validate&quot;.</description> 
   <pubDate>Thu, 08 Jun 2006 06:50:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4018#t20980</link> 
  </item> 
   
  <item> 
   <title>When and where do you get that message?</title> 
   <description>When and where do you get that message?</description> 
   <pubDate>Thu, 08 Jun 2006 08:28:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4018#t20983</link> 
  </item> 
   
  <item> 
   <title>I get this message in the compose-window when sending a mail</title> 
   <description>I get this message in the compose-window when sending a mail to a group-name which contains a dot ( . ) and the mail won&#039;t get sent.

The same groupnames worked fine in IMP 4.0.3 and Turba 2.0.2.

</description> 
   <pubDate>Thu, 08 Jun 2006 08:44:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4018#t20984</link> 
  </item> 
   
  <item> 
   <title>Group names with dots need to be quoted according to RF2822.</title> 
   <description>Group names with dots need to be quoted according to RF2822.



Michael, I tried it with this (ugly) patch:



--- api.php.~1.188.~	2006-05-22 14:35:32.000000000 +0200

+++ api.php	2006-06-08 18:59:50.000000000 +0200

@@ -1010,6 +1010,9 @@

                                     }

                                 }

                             }

+                            require_once &#039;Horde/MIME.php&#039;;

+                            $vars = get_class_vars(&#039;MIME&#039;);

+                            $listatt[&#039;name&#039;] = MIME::_rfc822Encode($listatt[&#039;name&#039;], $vars[&#039;rfc822_filter&#039;] . &#039;.&#039;);

                             $results[$name][] = array(&#039;name&#039; =&gt; $listatt[&#039;name&#039;], &#039;email&#039; =&gt; implode(&#039;, &#039;, $emails), &#039;id&#039; =&gt; $listatt[&#039;__key&#039;], &#039;source&#039; =&gt; $source);

                         }

                     }



But this resulted in inconsistent results when I expand names with ajax or use the address book popup. Maybe you have a bright idea?</description> 
   <pubDate>Thu, 08 Jun 2006 16:07:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4018#t20985</link> 
  </item> 
   
  <item> 
   <title>We actually need to do the quoting in IMP rather than Turba </title> 
   <description>We actually need to do the quoting in IMP rather than Turba - since a group name with a period in it is entirely allowable in Turba, any return from a contacts/search call should return the canonical list name.  We only need to RFC 2822 encode the group name if we are dealing in an application that will use the group name in an e-mail context (i.e. IMP).



Fixed in IMP HEAD and 4.1.3.</description> 
   <pubDate>Mon, 26 Jun 2006 04:29:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4018#t21413</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
