MDL-53314 inboundmessage: Added $CFG->debugimap developer config item
This commit is contained in:
@@ -95,6 +95,7 @@ class manager {
|
||||
'password' => $CFG->messageinbound_hostpass,
|
||||
'hostspec' => $CFG->messageinbound_host,
|
||||
'secure' => $CFG->messageinbound_hostssl,
|
||||
'debug' => empty($CFG->debugimap) ? null : fopen('php://stderr', 'w'),
|
||||
);
|
||||
|
||||
$this->client = new \Horde_Imap_Client_Socket($configuration);
|
||||
|
||||
@@ -563,6 +563,9 @@ $CFG->admin = 'admin';
|
||||
// Prevent theme caching
|
||||
// $CFG->themedesignermode = true; // NOT FOR PRODUCTION SERVERS!
|
||||
//
|
||||
// Enable verbose debug information during fetching of email messages from IMAP server.
|
||||
// $CFG->debugimap = true;
|
||||
//
|
||||
// Prevent JS caching
|
||||
// $CFG->cachejs = false; // NOT FOR PRODUCTION SERVERS!
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user