Skip to content

Commit

Permalink
Merge pull request #1376 from christer77/fix-Cypht-marking-all-emails…
Browse files Browse the repository at this point in the history
…-as-read

[FIX]Cypht marking all emails as read
  • Loading branch information
Shadow243 authored Nov 25, 2024
2 parents e2f4851 + c2709f7 commit 595382f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap/hm-imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ public function get_message_list($uids, $raw=false, $include_preview = false) {
}
$command .= "BODY.PEEK[HEADER.FIELDS (SUBJECT X-AUTO-BCC FROM DATE CONTENT-TYPE X-PRIORITY TO LIST-ARCHIVE REFERENCES MESSAGE-ID X-SNOOZED)]";
if ($include_preview) {
$command .= " BODY[0.1]";
$command .= " BODY.PEEK[0.1]";
}
$command .= ")\r\n";
$cache_command = $command.(string)$raw;
Expand Down

0 comments on commit 595382f

Please sign in to comment.