Mailto URI Parsing 1. Introduction This document describes the expected results when parsing mailto URIs to generate the TO, SUBJECT, BODY, CC and BCC values. Mailto URIs are described in RFC2368 . 2. Parsing the mailto URI The BCC value is all BCC hvalues joined by %2C%20. The BODY value is all BODY hvalues joined by %0D%0A. The CC value is all CC hvalues joined by %2C%20. The TO value is all TO hvalues joined by %2C%20. The SUBJECT value is the last SUBJECT hvalue. 3. Decoding If a decoded version of the value is desired, decode it according to RFC3986 .