mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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();
|
$this->aFetchCallbacks = array();
|
||||||
try {
|
try {
|
||||||
$aFetchItems = array(
|
$aFetchItems = array(
|
||||||
|
FetchType::INDEX,
|
||||||
FetchType::UID,
|
FetchType::UID,
|
||||||
FetchType::RFC822_SIZE
|
FetchType::RFC822_SIZE
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue