mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
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:
@@ -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..");
|
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
|
// Get system temp directory
|
||||||
$temp_dir = sys_get_temp_dir();
|
$temp_dir = sys_get_temp_dir();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user