moodle/lib/classes/message/inbound
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
..
address_manager.php MDL-48688: inbound: remove spaces from exception 2015-01-07 11:12:21 +05:30
handler.php MDL-50790 inbound: Stop incorrect amount of lines getting removed. 2015-09-21 14:25:21 +08:00
manager.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
private_files_handler.php MDL-61738 messageinbound: Fix quota checks & filesize for email uploads 2019-05-08 17:54:44 +02:00
processing_failed_exception.php MDL-48688 inbound: Fix incorrect class names 2014-12-22 13:37:48 +05:30