Changeset 32efb0b in github


Ignore:
Timestamp:
Sep 10, 2008 10:57:07 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
835ae851
Parents:
f936501
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    r2e6825b r32efb0b  
    167167    $this->close(); 
    168168    $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); 
    169173    } 
    170174 
Note: See TracChangeset for help on using the changeset viewer.