| 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 (5120 days ago) |
| Due | |
| Updated | 11/07/2011 (5116 days ago) |
| Assigned | |
| Resolved | 11/07/2011 (5116 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
Bug #10707: Use inner part to compare addressesSigned-off-by: Michael M Slusarz <slusarz@horde.org>
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f2d05a51fe29565188a8b107c412674b109ba8a1
Priority ⇒ 1. Low
New Attachment: 0001-Use-inner-part-to-compare-addresses.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Use inner part to compare addresses
Type ⇒ Bug
State ⇒ Unconfirmed
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)