MDL-46284 core: Add e-mail fetcher from IMAP
commit776b4acc81ed6f6f4be1052cd0dcf2e78cf118c8
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 16 Jul 2014 06:51:19 +0000 (16 14:51 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 7 Oct 2014 02:01:19 +0000 (7 10:01 +0800)
tree4cbed02c15e8663ee1a4dba09d04086f4354f35c
parent6597413d41fd3f47d078baa2152f0219f8a463f8
MDL-46284 core: Add e-mail fetcher from IMAP

This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
21 files changed:
admin/tool/messageinbound/classes/edit_handler_form.php [new file with mode: 0644]
admin/tool/messageinbound/classes/manager.php [new file with mode: 0644]
admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php [new file with mode: 0644]
admin/tool/messageinbound/classes/task/cleanup_task.php [new file with mode: 0644]
admin/tool/messageinbound/classes/task/pickup_task.php [new file with mode: 0644]
admin/tool/messageinbound/db/messageinbound_handlers.php [new file with mode: 0644]
admin/tool/messageinbound/db/messages.php [new file with mode: 0644]
admin/tool/messageinbound/db/tasks.php [new file with mode: 0644]
admin/tool/messageinbound/index.php [new file with mode: 0644]
admin/tool/messageinbound/lang/en/tool_messageinbound.php [new file with mode: 0644]
admin/tool/messageinbound/renderer.php [new file with mode: 0644]
admin/tool/messageinbound/settings.php [new file with mode: 0644]
admin/tool/messageinbound/styles.css [new file with mode: 0644]
admin/tool/messageinbound/version.php [new file with mode: 0644]
lib/classes/message/inbound/handler.php
lib/classes/message/inbound/processing_failed_exception.php [new file with mode: 0644]
lib/classes/plugin_manager.php
lib/db/install.xml
lib/db/upgrade.php
message/tests/fixtures/inbound_fixtures.php
version.php