mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-21 23:36:58 +01:00
- Minimize FETCH response for messages listing (when caching is disabled)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user