RFC2368, The mailto URL scheme
| Constants | |
|---|---|
| COMPONENT | |
| DEFAULT_ |
|
| Public Attributes | |
|---|---|
| headers | E-mail headers set by the URL, as an Array of Arrays |
| to | The primary e-mail address of the URL, as a String |
| Public Methods | |
|---|---|
| build | Creates a new URI::MailTo object from components, with syntax checking. |
| headers= | |
| new | Creates a new URI::MailTo object from generic URL components with no syntax checking. |
| to= | |
| to_ |
Returns the RFC822 e-mail text equivalent of the URL, as a String. |
| to_ |
Alias for #to_mailtext |
| to_ |
|
| Protected Methods | |
|---|---|
| set_ |
|
| set_ |
|
| Private Methods | |
|---|---|
| check_ |
|
| check_ |
|
<code/>and<pre/>for code samples.