Hi Aharon,
Url encoding will solve this problem. Use the below script.
var url="www.url.com";
var body="/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AddmyCUid&lsSentervarable=";
var link=url+body;
APPLICATION.openNewWindow("mailto:person@email.com?subject=Share "+APP_NAME.getText()+"&body=Link: "+Convert.urlEncode(link));
Thanks
Dinesh