diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-23 17:28:42 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-23 17:28:42 +0200 |
commit | b97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 (patch) | |
tree | 14f74da9aa49ff88c8fc2f746d766e93ef76fa52 /program | |
parent | 996d75d5fa4a5052094a64cf82d78c4375a5e797 (diff) |
Add another alias for backwards compatibility
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail.php | 5 |
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 * |