mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-53314 inboundmessage: Added $CFG->debugimap developer config item
This commit is contained in:
parent
03b8b55f10
commit
644f44cf50
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue