moodle/admin/tool/messageinbound/classes
Michael Hawkins cbe5c5fed4 MDL-61738 messageinbound: Fix quota checks & filesize for email uploads
Private files uploaded by email will now honour the file quota limit,
because the filesize is set correctly and checked against users'
remaining personal quota limit. Previously, attachment size was always
set to zero, and quota was checked against the draft area (this is
not valid for email uploads, because each file is moved out of the
draft area as it is processed, so multiple files totalling greater
than the remaining quota would still pass the check).
2019-05-08 17:54:44 +02:00
..
message/inbound MDL-48701 inbound: Use correct method in invalid email handler 2014-12-24 10:15:04 +05:30
privacy MDL-63656 tool_messageinbound: Add support for removal of context users 2018-10-29 14:13:45 +08:00
task MDL-62214 tool_messageinbound: Delete old messages pending verification 2018-05-01 09:21:56 +08:00
edit_handler_form.php MDL-48510 inbound: Support disabling of expiration changes in UI 2015-01-15 08:32:40 +00:00
manager.php MDL-61738 messageinbound: Fix quota checks & filesize for email uploads 2019-05-08 17:54:44 +02:00