Trigger SELECT command to restore connection status after reconnect (#1485330)

release-0.6
thomascube 16 years ago
parent f9365018cb
commit 32efb0b631

@ -166,6 +166,10 @@ class rcube_imap
{
$this->close();
$this->connect($this->host, $this->user, $this->pass, $this->port, $this->ssl);
// issue SELECT command to restore connection status
if ($this->mailbox)
iil_C_Select($this->conn, $this->mailbox);
}

Loading…
Cancel
Save