added imap restore to inbox feature

This commit is contained in:
SJ
2013-04-02 22:22:30 +02:00
parent 37e921898f
commit c21c27a6dd
4 changed files with 63 additions and 3 deletions

View File

@ -178,6 +178,8 @@ class ModelUserAuth extends Model {
$this->add_session_vars($username, $username, array($username));
$_SESSION['password'] = $password;
return 1;
}