﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18927	is_email() check for string first	jkudish		Currently, if you pass anything else than a string to `is_email()` it will generate a fatal error because `strlen()` expects a string. The proposed patch checks for `is_string()` first.	enhancement	closed	normal		Formatting	3.3	minor	wontfix	has-patch close	kpayne@…
