6.0.0-alpha12
6/12/25

[#13265] error when communicating with the server while opening a Read Receipt
Summary error when communicating with the server while opening a Read Receipt
Queue IMP
Queue Version 6.1.7
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester asa (at) isac (dot) gov (dot) in
Created 06/17/2014 (4013 days ago)
Due
Updated 07/22/2014 (3978 days ago)
Assigned
Resolved 07/22/2014 (3978 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/22/2014 04:58:35 AM Michael Slusarz State ⇒ No Feedback
 
07/02/2014 09:08:54 PM Michael Slusarz Comment #4 Reply to this comment
This is a mail box file of Cyrus IMAP.  This mail when opened we get 
"Error communicating with the server".  This mail is basically a 
Read Receipt received.

Our Horde/IMP setup does not have Internet connectivity.

Why error should come, for such a mail.
Can't reproduce.  Any exception I can generate due to an inability to 
connect to the IMAP server is caught and ignored in 
IMP_Message_Ui#MDNCheck().
06/17/2014 11:43:41 AM arjen+horde (at) de-korte (dot) org Comment #3 Reply to this comment
Oops, stale values from the database
$_prefs['disposition_request_read']['locked'] = true;
$_prefs['disposition_request_read']['value'] = 'never';
should be

$_prefs['send_mdn']['locked'] = true;
$_prefs['send_mdn']['value'] = 0;

06/17/2014 11:36:46 AM arjen+horde (at) de-korte (dot) org Comment #2 Reply to this comment
This is a mail box file of Cyrus IMAP.  This mail when opened we get 
"Error communicating with the server".  This mail is basically a 
Read Receipt received.

Our Horde/IMP setup does not have Internet connectivity.
So basically this is a read-only installation where people can't reply 
to messages. That's unusual...
Why error should come, for such a mail.
Because IMP is trying to send a notification to the sender that the 
message was read. You can switch this off system wide in the user 
preferences by setting

$_prefs['disposition_request_read']['locked'] = true;
$_prefs['disposition_request_read']['value'] = 'never';

in horde/imp/prefs.local.php.
06/17/2014 11:17:53 AM asa (at) isac (dot) gov (dot) in Comment #1
Priority ⇒ 1. Low
New Attachment: 229144 Download
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ error when communicating with the server while opening a Read Receipt
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
This is a mail box file of Cyrus IMAP.  This mail when opened we get 
"Error communicating with the server".  This mail is basically a Read 
Receipt received.

Our Horde/IMP setup does not have Internet connectivity.

Why error should come, for such a mail.

Saved Queries