[Tickets #11085] Re: PGP Encrypted e-mails are only encrypted with the senders public key
bugs at horde.org
bugs at horde.org
Wed Apr 18 10:45:39 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11085
------------------------------------------------------------------------------
Ticket | 11085
Updated By | Jan Schneider <jan at horde.org>
Summary | PGP Encrypted e-mails are only encrypted with the
| senders public key
Queue | IMP
Version | Git master
Type | Bug
-State | Resolved
+State | Feedback
Priority | 2. Medium
Milestone |
Patch | 1
Owners | Jan Schneider, Michael Slusarz
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2012-04-18 12:45) wrote:
>>> How can we debug that further and provide you with the necessary
>>> information to fix it properly?
>>
>> Track down where the data is coming from.
>>
>> Horde::debug() documentation: http://wiki.horde.org/Doc/Dev/DebugH4
>
> Added a
> Horde::debug($to)
>
> statement right in the beginning of _createMimeMessage.
>
> 2012-04-18T00:44:01+02:00 DEBUG: Variable information:
> array(1) {
> [0]=>
> array(5) {
> ["comment"]=>
> array(0) {
> }
> ["host"]=>
> string(10) "example.com"
> ["mailbox"]=>
> string(2) "foo"
> ["personal"]=>
> NULL
> ["route"]=>
> array(0) {
> }
> }
> }
I tracked the code and can't for the life of me see how such a struct
would end up in the line.
Are you sure you are using the latest IMP *including* my recent
commit? Are the other libraries up-to-date?
If yes, you need to track down yourself, where this array is coming from.
> Backtrace:
> 1. IMP_Ajax_Application->doAction()
> /var/www/vhosts/horde.example.com/www/services/ajax.php:60
> 2. Horde_Core_Ajax_Application->doAction()
> /var/www/vhosts/horde.example.com/www/imp/lib/Ajax/Application.php:95
> 3. call_user_func()
> /var/www/vhosts/horde.example.com/pear/php/Horde/Core/Ajax/Application.php:95
> 4. IMP_Ajax_Application->sendMessage()
> 5. IMP_Compose->buildAndSendMessage()
> /var/www/vhosts/horde.example.com/www/imp/lib/Ajax/Application.php:1583
> 6. IMP_Compose->_createMimeMessage()
> /var/www/vhosts/horde.example.com/www/imp/lib/Compose.php:614
> 7. Horde::debug()
> /var/www/vhosts/horde.example.com/www/imp/lib/Compose.php:1162
>
> If I should provide you with any further information, please let me know.
More information about the bugs
mailing list