Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-53314-imap-debugging -
Description
Essentially the same as the SMTP but for the inbound message.
When connecting to some email servers you might happen to get errors like the following with Courier (see MDL-53315)
php admin/tool/task/cli/schedule_task.php --execute='\tool_messageinbound\task\pickup_task'
|
Execute scheduled task: Incoming email pickup (tool_messageinbound\task\pickup_task)
|
Connecting to mail.catalyst.net.nz as moodle@moodle.catalyst-au.net...
|
Connection established.
|
Unable to find the 'tobeconfirmed' mailbox - creating it.
|
Unable to connect to IMAP server. Failed with 'IMAP error reported by server.'
|
... used 6 dbqueries
|
... used 3.7367041110992 seconds
|
Scheduled task complete: Incoming email pickup (tool_messageinbound\task\pickup_task)
|
There is no easy way to debug this
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-51727 Enable SMTP debugging without displaying debug messages to end users
-
- Development in progress
-