| Element | Line | Description |
|---|---|---|
| \rcube_db_mssql::unixtimestamp() | 80 |
| Element | Line | Description |
|---|---|---|
| \rcube_db_oracle::num_rows() | 270 | This method shows very poor performance and should be avoided. |
| \rcube_db_oracle::unixtimestamp() | 419 |
| Element | Line | Description |
|---|---|---|
| \rcube_db_pgsql::unixtimestamp() | 118 |
| Element | Line | Description |
|---|---|---|
| \rcube_db_sqlite::unixtimestamp() | 93 |
| Element | Line | Description |
|---|---|---|
| \rcube_cache::read() | 140 | Use self::get() |
| \rcube_cache::write() | 148 | Use self::set() |
| Element | Line | Description |
|---|---|---|
| \rcube_charset::utf7_to_utf8() | 412 | use self::convert() |
| \rcube_charset::utf16_to_utf8() | 425 | use self::convert() |
| \rcube_charset::utf7imap_to_utf8() | 443 | use self::convert() |
| \rcube_charset::utf8_to_utf7imap() | 458 | use self::convert() |
| \rcube_charset::detect() | 473 |
| Element | Line | Description |
|---|---|---|
| \rcube_config::get_timezone() | 534 | |
| \rcube_config::header_delimiter() | 584 | Since 1.3 we don't use mail() |
| Element | Line | Description |
|---|---|---|
| \rcube_db::num_rows() | 653 | This method shows very poor performance and should be avoided. |
| \rcube_db::quoteIdentifier() | 956 | Replaced by rcube_db::quote_identifier |
| \rcube_db::escapeSimple() | 970 | Replaced by rcube_db::escape |
| \rcube_db::unixtimestamp() | 1059 | |
| \rcube_db::fromunixtime() | 1072 |
| Element | Line | Description |
|---|---|---|
| \rcube_imap::__get() | 100 |
| Element | Line | Description |
|---|---|---|
| \rcube_ldap_generic::set_debug() | 104 | |
| \rcube_ldap_generic::set_cache() | 112 | |
| \rcube_ldap_generic::scope2func() | 120 | |
| \rcube_ldap_generic::set_config() | 128 | |
| \rcube_ldap_generic::add() | 136 | |
| \rcube_ldap_generic::delete() | 144 |
| Element | Line | Description |
|---|---|---|
| \rcube_message::get_part_content() | 201 |
| Element | Line | Description |
|---|---|---|
| \rcube_message_header::$list_flags | 217 | Use $flags |
| Element | Line | Description |
|---|---|---|
| \rcube_utils::bin2ascii() | 1485 | since 1.3.1 |