rfc2368-parse-mailto-url

rfc2368-parse-mailto-url is an autoloaded compiled Lisp function in `rfc2368.el'.

(rfc2368-parse-mailto-url MAILTO-URL)

Parse MAILTO-URL, and return an alist of header-name, header-value pairs.
MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell w/ a
key of 'Body' is a special case and is considered a header for this purpose.
The returned alist is intended for use w/ the `compose-mail' interface.
Note: make sure MAILTO-URL has been 'unhtmlized' (e.g. & -> &), before
calling this function.