mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
Bugfix: FetchType::INDEX was missing in ImapClient::Fetch
This commit is contained in:
parent
e4763a03ef
commit
b9c18966ea
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ trait Messages
|
|||
$this->aFetchCallbacks = array();
|
||||
try {
|
||||
$aFetchItems = array(
|
||||
FetchType::INDEX,
|
||||
FetchType::UID,
|
||||
FetchType::RFC822_SIZE
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue