diff --git a/cron_ticket_email_parser.php b/cron_ticket_email_parser.php index 7984946b..07a4e321 100644 --- a/cron_ticket_email_parser.php +++ b/cron_ticket_email_parser.php @@ -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();