pub fn is_valid_email(email: &str) -> bool
Email validation helper.
Performs basic RFC 5322 format validation.