From b97f21a18f9ffa5306bdccbb77c4b63a09a0e4e7 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 23 May 2012 11:28:42 -0400
Subject: [PATCH] Add another alias for backwards compatibility
---
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 20a0ff4..4dba0e1 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -2010,6 +2010,11 @@
return $this->storage_connect();
}
+ public function imap_init()
+ {
+ return $this->storage_init();
+ }
+
/**
* Connect to the mail storage server with stored session data
*
--
Gitblit v1.9.1