mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 18:46:51 +01:00
Remove deprecated rcmail and rcube_imap methods
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user