Summary | Imap status flags using dovecot. |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | jp (at) developer (dot) be |
Created | 04/20/2005 (7354 days ago) |
Due | |
Updated | 04/26/2005 (7348 days ago) |
Assigned | 04/21/2005 (7353 days ago) |
Resolved | 04/26/2005 (7348 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: raw_message
shrek:/var/mail#
shrek:/var/mail# tail -23 abide > /data2/temp/raw_message
shrek:/var/mail#
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Imap status flags using dovecot.
Queue ⇒ IMP
When using forward/reply/reply to all the
following error(s) are output to screen.
This is not the case for all messages.
Only when those error(s) are shown, the status flag "responded" is not set.
Error messages
===============
If I Reply
Notice: Array to string conversion in /etc/hordes/imp/lib/Compose.php
on line 781
"
return (preg_replace(array_keys($match), array_values($match), $line));
"
If I Forward:
Notice: Array to string conversion in /etc/hordes/imp/compose.php on line 695
"
/* We need the Message-Id so we can log this event. */
$header['inreplyto'] = chop($imp_headers->getOb('message_id'));
"
Looking at the message headers for a working message and a non
working message, it looks like there is no message_id in the headers
but further than that I haven't been able to track it down.