Parse-Mailto-Url

(parse-mailto-url scheme auth path query frag) -> mailto-url

Used internally to produce <mailto-url>s from the separate fields of a URL.

Example:

>> (parse-mailto-url "mailto" #f "ejordan@ephemeralsecurty.com" #f #f)
:: [mailto-url "ejordan" "ephemeralsecurty.com"]