Closed ghenle closed 1 year ago
For example. When the subject and body are included in the mailto but the destination email is not. Useful for sharing via email.
See RFC 6068 section 6.1 & 6.3 for an examples
https://datatracker.ietf.org/doc/html/rfc6068#section-6.1 https://datatracker.ietf.org/doc/html/rfc6068#section-6.3
@ghenle We are looking into this as part of the next code release.
This is fixed.
@line 675
If regex href.match doesn't find a match it will return and set gaUri to NULL. gaUri[0] will trigger an error.