mirror of https://github.com/itflow-org/itflow
Remove the function to check if php-mailparse is installed. Its not needed and was causing breaing issues and is an unessesary check
This commit is contained in:
parent
39ff97e9dd
commit
40866e34e2
|
|
@ -46,11 +46,6 @@ if (!function_exists('imap_open')) {
|
|||
exit("Email Parser: PHP IMAP extension is not installed. See https://docs.itflow.org/ticket_email_parse -- Quitting..");
|
||||
}
|
||||
|
||||
// Check mailparse extension works/installed
|
||||
if (!function_exists('mailparse_msg_parse_file')) {
|
||||
exit("Email Parser: PHP mailparse extension is not installed. See https://docs.itflow.org/ticket_email_parse -- Quitting..");
|
||||
}
|
||||
|
||||
// Get system temp directory
|
||||
$temp_dir = sys_get_temp_dir();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue