Summary | [No Subject] displayed when opening a new mail |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | viktor (at) szepe (dot) net |
Created | 11/26/2012 (4604 days ago) |
Due | |
Updated | 12/30/2014 (3840 days ago) |
Assigned | |
Resolved | 12/30/2014 (3840 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Version ⇒ Git master
State ⇒ Stalled
reproducible test case and/or fix.
Make sure you are running the latest git version and/or maybe try
upgrading PHP.
New Attachment: a[1].zip
2c2
< >> Fri, 30 Nov 2012 19:51:48 +0100
---
< S: * 197 FETCH (UID 57362 FLAGS ())
---
< S: * 197 FETCH (FLAGS (\Seen))
communication.
To enable debugging, see instructions contained in
imp/config/backends.php (the 'debug' config parameter).
Debugging should not be enabled on a production server, Attach/post
only the portion of the log that directly deals with the problem
reported (it may be simplest to clear the log file and then perform
the event that causes the error).
I went this far: protected function _fetchData
Upon opening an unseen msg $res will be null.
No clue.
Please help!
error_log(serialize($this->_header));
switch ($type) {
case self::HEADER_OB:
outputs:O:28:"Horde_Imap_Client_Data_Fetch":1:{s:8:"
MISSING end of the object
case self::HEADER_PARSE:
if (!isset($this->_data[$key][$id])) {
error_log('opening new - empty subj'); // when opening an unseen msg
return new Horde_Mime_Headers();
} elseif (is_object($this->_data[$key][$id])) {
return clone $this->_data[$key][$id];
}
error_log('opening read - OK'); // when opening a seen msg
return Horde_Mime_Headers::parseHeaders($this->_getHeaders($id, 0, $key));
Should I search further BEFORE this point or AFTER?
$conf['cache']['driver'] = 'Null';
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ [No Subject] displayed when opening a new mail
Type ⇒ Bug
[No Subject]
After reloading the page or reopening the message the subject appears.
After marking it as Unseen, [No Subject] "comes back".
(just upgraded from H4)