Handle nil Content-Type in Service Desk emails
!28865 (merged) changed
attachment handling in reply-by-email and Service Desk issues and
accidentally caused Content-Type to be a required field. If no
Content-Type message is provided, Mail::Message returns nil, and
the attachment handler would fail. We now handle this nil value
gracefully.
Closes #331658 (closed)
Edited by Stan Hu