| 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 (4162 days ago) |
| Due | |
| Updated | 07/22/2014 (4127 days ago) |
| Assigned | |
| Resolved | 07/22/2014 (4127 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
"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.
connect to the IMAP server is caught and ignored in
IMP_Message_Ui#MDNCheck().
$_prefs['disposition_request_read']['value'] = 'never';
$_prefs['send_mdn']['locked'] = true;
$_prefs['send_mdn']['value'] = 0;
"Error communicating with the server". This mail is basically a
Read Receipt received.
Our Horde/IMP setup does not have Internet connectivity.
to messages. That's unusual...
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.
Priority ⇒ 1. Low
New Attachment: 229144
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ error when communicating with the server while opening a Read Receipt
Type ⇒ Bug
State ⇒ Unconfirmed
"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.