summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-23 17:28:42 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-23 17:28:42 +0200
commitb97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 (patch)
tree14f74da9aa49ff88c8fc2f746d766e93ef76fa52 /program/include/rcmail.php
parent996d75d5fa4a5052094a64cf82d78c4375a5e797 (diff)
Add another alias for backwards compatibility
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php5
1 files changed, 5 insertions, 0 deletions
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
*