[Tickets #10006] Re: traling comma when selecting addres from the address book
bugs at horde.org
bugs at horde.org
Fri Apr 29 16:14:51 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10006
------------------------------------------------------------------------------
Ticket | 10006
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | traling comma when selecting addres from the address
| book
Queue | IMP
Version | Git master
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-04-29 16:14) wrote:
>> The comma is expected. It is removed by IMP before sending.
>
> Well, in my case, yesterday when I've tried to send a message after
> selecting some addresses from the address book I get an error "Error
> communicating with the server" however, after I've removed the
> trailing comma the message was sent successfully.
Then its not IMP adding the comma. Sure enough, in
imp/lib/Compose.php, line 1059:
$header[$key] = rtrim(implode('', $tmp), ' ,');
So IMP is definitely stripping trailing commas.
More information about the bugs
mailing list