Remove deprecated rcmail and rcube_imap methods

This commit is contained in:
Aleksander Machniak
2015-11-05 09:17:28 +01:00
parent 9234903287
commit 454b0b1ca9
2 changed files with 0 additions and 165 deletions

View File

@@ -2358,26 +2358,6 @@ class rcmail extends rcube
return $options['body'];
}
/************************************************************************
********* Deprecated methods (to be removed) *********
***********************************************************************/
public static function setcookie($name, $value, $exp = 0)
{
rcube_utils::setcookie($name, $value, $exp);
}
public function imap_connect()
{
return $this->storage_connect();
}
public function imap_init()
{
return $this->storage_init();
}
/**
* Connect to the mail storage server with stored session data
*