[Tickets #12142] Re: GPG signature verification broken
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Mar 27 02:06:13 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12142
------------------------------------------------------------------------------
Ticket | 12142
Updated By | o+horde at immerda.ch
Summary | GPG signature verification broken
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
o+horde at immerda.ch (2013-03-27 02:06) wrote:
i traced the problem down quite a bit already:
in ./www/imp/lib/Mime/Viewer/Pgp.php:427
$this->getConfigParam('imp_contents')->getBodyPart($signed_id,
array('mimeheaders' => true))
returns an empty string
because:
in ./www/imp/lib/Contents.php:245
$part->getContents();
returns an empty string, therefore
Horde_Mime_Part::getRawPartText(...) three lines below fails, since
there are no mime parts in the string. (the string contains only the
mime headers of the base_id container)
why this happens is unclear to me
More information about the bugs
mailing list