[Tickets #7862] ContactAutoCompleter calls non-existent private MIME::_rfc822Encode
bugs at horde.org
bugs at horde.org
Fri Jan 16 23:40:53 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7862
------------------------------------------------------------------------------
Ticket | 7862
Created By | Michael Rubinsky <mrubinsk at horde.org>
Summary | ContactAutoCompleter calls non-existent private
| MIME::_rfc822Encode
Queue | Kronolith
Version | 2.3
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Horde Developers
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2009-01-16 18:40) wrote:
The private method MIME::_rfc822Encode() is called directly from
kronolith's ContacatAutoCompleter.php file. That method was renamed
to _rfc2822Encode() and then made public (renamed to rfc2822Encode())
in MIME.php
The function signature has also changed, and now no longer takes a
'filter' argument, but a 'type' argument in it's place.
This is a sort-of BC break in that the function was changed in MIME,
but kronolith should not have been calling a private method on MIME
directly...
More information about the bugs
mailing list