alecpl
2011-02-15 dd07e795377b94802205afd58ac3d1c9f401cdbc
- Close IMAP connection after SMTP, per discussion in (#1485975)


1 files modified
6 ■■■■ changed files
program/include/rcmail.php 6 ●●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -1060,9 +1060,6 @@
   */
  public function shutdown()
  {
    if (is_object($this->imap))
      $this->imap->close();
    if (is_object($this->smtp))
      $this->smtp->disconnect();
@@ -1073,6 +1070,9 @@
        $book->close();
    }
    if (is_object($this->imap))
      $this->imap->close();
    // before closing the database connection, write session data
    if ($_SERVER['REMOTE_ADDR'])
      session_write_close();