There's no documentation for this item.
| Public Methods |
| quote_address_if_necessary |
Quote the given address if it needs to be. The address may be a regular
email address, or it can be a phrase followed by an address in brackets.
The phrase is the only part that will be quoted, and only if it needs to
be. This allows extended characters to be used in the "to",
"from", "cc", and "bcc" headers.
|
| quote_any_address_if_necessary |
Quote any of the given addresses, if they need to be.
|
| quote_any_if_necessary |
Quote any of the given strings if they contain any "illegal"
characters
|
| quote_if_necessary |
Quote the given text if it contains any "illegal" characters
|
| quoted_printable |
Convert the given text into quoted printable format, with an instruction
that the text be eventually interpreted in the given charset.
|
| quoted_printable_encode |
Convert the given character to quoted printable format, taking into account
multi-byte characters (if executing with $KCODE="u", for
instance)
|
<code/>and<pre/>for code samples.