6.0.0-beta1
7/7/25

[#10707] Use inner part to compare addresses
Summary Use inner part to compare addresses
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester rui.carneiro (at) portugalmail (dot) net
Created 11/03/2011 (4995 days ago)
Due
Updated 11/07/2011 (4991 days ago)
Assigned
Resolved 11/07/2011 (4991 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
11/07/2011 09:08:00 PM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
11/07/2011 09:07:46 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug #10707: Use inner part to compare addresses
Signed-off-by: Michael M Slusarz <slusarz@horde.org>

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f2d05a51fe29565188a8b107c412674b109ba8a1
11/03/2011 11:08:20 AM rui (dot) carneiro (at) portugalmail (dot) net Comment #1
Priority ⇒ 1. Low
New Attachment: 0001-Use-inner-part-to-compare-addresses.patch Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Use inner part to compare addresses
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Jan tried to fix this bug here: 
http://git.horde.org/horde-git/-/commit/4d33561911379a84fbd6c57e5f7774a67b7a30c8

I am testing this code and the $result['from'][0] is still an array 
and Horde_Mime_Address::bareAddress is expecting a string. Dump from 
$result['from'][0] :

array(1) {
   ["inner"]=>
   string(25) "rui.carneiro@portugalmail.net"
}

Maybe we should use inner to compare? (not sure if it will always exist)

Saved Queries