| [ Index ] |
PHP Cross Reference of Akelos Framework |
[Source view] [Print]
(no description)
| File Size: | 144 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
AkActionMailerQuoting:: (7 methods):
quotedPrintable()
quotedPrintableEncode()
quoteIfNecessary()
quoteAnyIfNecessary()
quoteAddressIfNecessary()
quoteAnyAddressIfNecessary()
chunkQuoted()
Class: AkActionMailerQuoting - X-Ref
| quotedPrintable($text, $charset = AK_ACTION_MAILER_DEFAULT_CHARSET) X-Ref |
| Convert the given text into quoted printable format, with an instruction that the text be eventually interpreted in the given charset. |
| quotedPrintableEncode($character, $emulate_imap_8bit = AK_ACTION_MAILER_EMULATE_IMAP_8_BIT) X-Ref |
| Convert the given character to quoted printable format, taking into account multi-byte characters |
| quoteIfNecessary($text, $charset = AK_ACTION_MAILER_DEFAULT_CHARSET) X-Ref |
| Quote the given text if it contains any "illegal" characters |
| quoteAnyIfNecessary($strings = array() X-Ref |
| Quote any of the given strings if they contain any "illegal" characters |
| quoteAddressIfNecessary($address, $charset = AK_ACTION_MAILER_DEFAULT_CHARSET) X-Ref |
| 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. |
| quoteAnyAddressIfNecessary($address = array() X-Ref |
| Quote any of the given addresses, if they need to be. |
| chunkQuoted($quoted_string, $max_length = 74) X-Ref |
| No description |
| Generated: Mon Oct 27 12:43:49 2008 | Cross-referenced by PHPXref 0.6 |