Method | Description | |
---|---|---|
filterText ( string $text ) : string | Filters a string, if requested. | |
getInitialPage ( ) : object | Returns the initial page for IMP. | |
numberFormat ( integer $number, integer $decimals ) : string | Workaround broken number_format() prior to PHP 5.4.0. | |
parseAddressList ( mixed $in, array $opts = [] ) : Horde_Mail_Rfc822_List | Wrapper around Horde_Mail_Rfc822#parseAddressList(). Ensures all addresses have a default mail domain appended. | |
sizeFormat ( integer $size ) : string | Get size display information. |
public static filterText ( string $text ) : string | ||
$text | string | The text to filter. |
return | string | The filtered text (if requested). |
public static getInitialPage ( ) : object | ||
return | object | Object with the following properties: - mbox (IMP_Mailbox) - url (Horde_Url) |
public static parseAddressList ( mixed $in, array $opts = [] ) : Horde_Mail_Rfc822_List | ||
$in | mixed | The address string or an address list object. |
$opts | array | Options to override the default. |
return | Horde_Mail_Rfc822_List | See Horde_Mail_Rfc822#parseAddressList(). |
public static sizeFormat ( integer $size ) : string | ||
$size | integer | The byte size of data. |
return | string | A formatted size string. |