thomascube
2008-09-12 203ee44470707bfe3af16f4ff4146896fa94e140
program/include/rcube_imap.php
@@ -1371,6 +1371,23 @@
    return $body;    
    }
  /**
   * Returns the message headers as string
   *
   * @param int  Message UID
   * @return string Message headers string
   */
  function &get_raw_headers($uid)
    {
    if (!($msg_id = $this->_uid2id($uid)))
      return FALSE;
    $headers = iil_C_FetchPartHeader($this->conn, $this->mailbox, $msg_id, NULL);
    return $headers;
    }
    
  /**