- Minimize FETCH response for messages listing (when caching is disabled)

This commit is contained in:
alecpl
2010-10-04 18:09:26 +00:00
parent 9cc93aea7c
commit 103ddcde87
3 changed files with 50 additions and 12 deletions

View File

@@ -74,6 +74,7 @@ class rcube_message
{
$this->app = rcmail::get_instance();
$this->imap = $this->app->imap;
$this->imap->get_all_headers = true;
$this->uid = $uid;
$this->headers = $this->imap->get_headers($uid, NULL, true, true);