From b97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 23 May 2012 17:28:42 +0200 Subject: Add another alias for backwards compatibility --- program/include/rcmail.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'program') diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 20a0ff472..4dba0e1cf 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -2010,6 +2010,11 @@ class rcmail extends rcube return $this->storage_connect(); } + public function imap_init() + { + return $this->storage_init(); + } + /** * Connect to the mail storage server with stored session data * -- cgit v1.2.3