| | |
| | | * Roundcube Webmail deprecated functions |
| | | * |
| | | * @package Core |
| | | * @subpackage Legacy |
| | | * @author Thomas Bruederli <roundcube@gmail.com> |
| | | */ |
| | | |
| | |
| | | |
| | | function rcube_check_referer() |
| | | { |
| | | return rcmail::check_referer(); |
| | | return rcube_utils::check_referer(); |
| | | } |
| | | |
| | | function rcube_timer() |
| | |
| | | return rcube_utils::get_boolean($str); |
| | | } |
| | | |
| | | function enriched_to_html($data) |
| | | { |
| | | return rcube_enriched::to_html($data); |
| | | } |
| | | |
| | | class rcube_html_page extends rcmail_html_page |
| | | { |
| | | |
| | | } |
| | | |
| | | class washtml extends rcube_washtml |
| | | { |
| | | } |
| | | |
| | | class html2text extends rcube_html2text |
| | | { |
| | | } |