build(args)
Class Public methods
Description
Creates a new URI::MailTo object from components,
with syntax checking.
Components can be provided as an Array or Hash.
If an Array is used, the components must be supplied as [to, headers].
If a Hash is used, the keys are the component
names preceded by colons.
The headers can be supplied as a pre-encoded string, such as
âsubject=subscribe&cc=addressâ, or as an Array of Arrays like
['subject', 'subscribe'], ['cc', 'address']
Examp