Add another alias for backwards compatibility

pull/8/head
Thomas Bruederli 12 years ago
parent 996d75d5fa
commit b97f21a18f

@ -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
*

Loading…
Cancel
Save