pub fn parse(url: &str) -> Option<Mailto>
Parse a mailto: URL. Not one is None; a malformed query simply contributes nothing, which is what a mail handler should do rather than refusing to open.
mailto:
None