Changeset 32efb0b in github
- Timestamp:
- Sep 10, 2008 10:57:07 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 835ae851
- Parents:
- f936501
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r2e6825b r32efb0b 167 167 $this->close(); 168 168 $this->connect($this->host, $this->user, $this->pass, $this->port, $this->ssl); 169 170 // issue SELECT command to restore connection status 171 if ($this->mailbox) 172 iil_C_Select($this->conn, $this->mailbox); 169 173 } 170 174
Note: See TracChangeset
for help on using the changeset viewer.
