Skip to content
Snippets Groups Projects
Commit 9f4fbc27 authored by JediKev's avatar JediKev
Browse files

issue: Attachment Filter

This addresses issue 5123 where fetched Emails do not reject attachments
that are not allowed. This is due to setting a File ID inside of an array
called `$file[]` but not unsetting it when the attachment hits an
FileUploadError. This updates class MailFetch to set the file array back to
empty so that the ID is cleared and the error is added correctly which
rejects the attachment.
parent fe28bc52
No related branches found
Tags v1.9.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment