Skip to content

[FIX] Plugin cypht: Fixed servers ids data type

imap_server_id is using FILTER_VALIDATE_INT as input validation falling back to false when its not an integer. Uniqid php function generates a string which doesn't pass the validation.

Merge request reports