From 7ca0047433b94380df5f933d09ac7e68afc05bd3 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 27 Feb 2012 12:04:22 +0000 Subject: Map renamed methods for backwards compatibility git-svn-id: https://svn.roundcube.net/trunk@5917 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_message.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'roundcubemail/program/include/rcube_message.php') diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index ee1e92de1..76246a2d8 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -682,4 +682,20 @@ class rcube_message return $parts; } + + + /** + * Deprecated methods (to be removed) + */ + + public static function unfold_flowed($text) + { + return rcube_mime::unfold_flowed($text); + } + + public static function format_flowed($text, $length = 72) + { + return rcube_mime::format_flowed($text, $length); + } + } -- cgit v1.2.3