[Tickets #12294] Re: Cannot open message

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Jun 4 08:54:24 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12294
------------------------------------------------------------------------------
  Ticket             | 12294
  Updated By         | azurit at pobox.sk
  Summary            | Cannot open message
  Queue              | IMP
  Version            | 6.0.5
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


azurit at pobox.sk (2013-06-04 08:54) wrote:

Ok guys, i was able to find a problem with, at least, debug output.

File: Horde/Imap/Client/Base/Debug.php
Function: _write (at the end of file)

This is at the end of function _write:
         if (substr($msg, -1) == "\n") {
             fwrite($this->_stream, $pre . $msg);
             $this->_buffer = null;
         } else {
             $this->_buffer = $pre . $msg;
         }

Data which are ok goes into the 'if'. The missing part of data is  
going to the 'else'. Looks like the missing part does not have the EOL  
character so IMP is considering it as partial message and is not  
processing it. The same thing is, probably, hapening also when  
displaying the message.





More information about the bugs mailing list