<?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>email vs. emails</title> 
  <pubDate>Sun, 05 Apr 2026 22:08:23 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7802</link> 
  <atom:link rel="self" type="application/rss+xml" title="email vs. emails" href="https://bugs.horde.org/ticket/7802/rss" /> 
  <description>email vs. emails</description> 
 
   
   
  <item> 
   <title>try the following:



1. create a contact with one email add</title> 
   <description>try the following:



1. create a contact with one email address in a personal folder

2. copy the contact to a shared contact folder

3. a php error should occur:



Notice: Array to string conversion in /usr/local/share/_horde-versions_/horde4-cvs+git-20081223/horde/turba/lib/Driver.php on line 442



Notice: Array to string conversion in /usr/local/share/_horde-versions_/horde4-cvs+git-20081223/horde/turba/lib/Driver.php on line 443



here is some debug output ($entry):

array(17) { [&quot;uid&quot;]=&gt;  string(32) &quot;84bd16bca84bb10662d6b130345acbd3&quot; [&quot;body&quot;]=&gt;  string(0) &quot;&quot; [&quot;categories&quot;]=&gt;  string(0) &quot;&quot; [&quot;creation-date&quot;]=&gt;  int(1230037930) [&quot;last-modification-date&quot;]=&gt;  int(1230037930) [&quot;sensitivity&quot;]=&gt;  string(6) &quot;public&quot; [&quot;product-id&quot;]=&gt;  string(12) &quot;Horde::Kolab&quot; [&quot;given-name&quot;]=&gt;  string(6) &quot;Firstname&quot; [&quot;last-name&quot;]=&gt;  string(7) &quot;Lastname&quot; [&quot;full-name&quot;]=&gt;  string(14) &quot;Firstname Lastname&quot; [&quot;birthday&quot;]=&gt;  string(10) &quot;1973-01-01&quot; [&quot;email&quot;]=&gt;  array(1) { [0]=&gt;  array(3) { [&quot;display-name&quot;]=&gt;  string(14) &quot;Firstname Lastname&quot; [&quot;smtp-address&quot;]=&gt;  string(17) &quot;flastnamel@horde.tld&quot; [&quot;uid&quot;]=&gt;  string(0) &quot;&quot; } } [&quot;emails&quot;]=&gt;  string(17) &quot;flastname@hord.tld&quot; [&quot;__type&quot;]=&gt;  string(6) &quot;Object&quot; }





and $val that raises the error

Fields:

string(5) &quot;email&quot;



afterwards the contact object has two mailadresses: flastname@horde.tld AND an email address named ,,Array&#039;&#039;...



to my point of view $email should be dealt with as somehow invisible (as suggested in the latest sources.php of turba).



i am wondering why this issue only occurs with shared contact folders but not with personal contact folders...



</description> 
   <pubDate>Tue, 23 Dec 2008 13:20:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t51419</link> 
  </item> 
   
  <item> 
   <title>Can you detail what you refer to with a &quot;personal address bo</title> 
   <description>Can you detail what you refer to with a &quot;personal address book&quot; and a &quot;shared address book&quot;? Both are stored in IMAP? Or is one stored in LDAP or SQL? Is the shared one a global shared IMAP folder with prefix &quot;shared.&quot;?</description> 
   <pubDate>Mon, 29 Dec 2008 08:54:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t51473</link> 
  </item> 
   
  <item> 
   <title>it is a shared.xxx IMAP/Kolab-based folder. later i found ou</title> 
   <description>it is a shared.xxx IMAP/Kolab-based folder. later i found out, that the same issue occurs with user.xxx IMAP folders.</description> 
   <pubDate>Tue, 30 Dec 2008 22:19:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t51517</link> 
  </item> 
   
  <item> 
   <title>ok, i now looked at code more closely and found that gunnar(</title> 
   <description>ok, i now looked at code more closely and found that gunnar(?) had put an unset($contact[&#039;email&#039;]) into the connect() function of turba&#039;s kolab driver.



when i use both ,,emails&#039;&#039; and ,,email&#039;&#039; in the turba&lt;-&gt;kolab map in sources.php as provided in CVS all of the addressbook functions work apart from my initial horde login page (the one with the blocks).



when debugging i ended up with the toTurbaKeys() method in turba&#039;s Driver.php that merges the actually not to be used ,,email&#039;&#039; property back into the $objects...



with this patch i got rid of the error, but it pulls a further Driver.php method into the kolab driver of turba which might not be wanted...





</description> 
   <pubDate>Mon, 02 Feb 2009 02:48:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t52191</link> 
  </item> 
   
  <item> 
   <title>Any news on this issue?

We have the same problem with the</title> 
   <description>Any news on this issue?

We have the same problem with the kolab cvs version of horde.

Cheers
Stefan</description> 
   <pubDate>Tue, 09 Nov 2010 14:51:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t60791</link> 
  </item> 
   
  <item> 
   <title>I can&#039;t verify this problem anymore with the most recent Hor</title> 
   <description>I can&#039;t verify this problem anymore with the most recent Horde version (tested on Kolab-Server-2.3-alpha). It could however also be connected to the configuration you use with Turba.

Can anyone that still sees the problem provide a bit more detail on which exact operation triggers the problem and what the associated email-attribute configuration in sources.php is? Thanks!</description> 
   <pubDate>Mon, 24 Jan 2011 08:52:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t61556</link> 
  </item> 
   
  <item> 
   <title>I am planning to upgrade my Horde/Kolab setup in the near fu</title> 
   <description>I am planning to upgrade my Horde/Kolab setup in the near future and then (but unfortunately only then) I can comment on this issue...

I will reopen this ticket if it still affects me with the new Horde version...</description> 
   <pubDate>Tue, 25 Jan 2011 10:35:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t61586</link> 
  </item> 
   
  <item> 
   <title>Being reopened if it pops up again.</title> 
   <description>Being reopened if it pops up again.</description> 
   <pubDate>Wed, 09 Feb 2011 18:31:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7802#t61744</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
