mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
handling strange phenomenon, where messages were not marked as read upon reading, on some servers
This commit is contained in:
parent
1ac2258474
commit
09194efeeb
@ -147,6 +147,8 @@
|
|||||||
$attachments = $this->bofelamimail->getMessageAttachments($this->uid, $partID);
|
$attachments = $this->bofelamimail->getMessageAttachments($this->uid, $partID);
|
||||||
#_debug_array($attachments); exit;
|
#_debug_array($attachments); exit;
|
||||||
$envelope = $this->bofelamimail->getMessageEnvelope($this->uid, $partID);
|
$envelope = $this->bofelamimail->getMessageEnvelope($this->uid, $partID);
|
||||||
|
// flagg the message as read/seen explizitly, since some servers dont do it upon reading
|
||||||
|
if (!empty($this->uid)) $this->bofelamimail->flagMessages('read', $this->uid);
|
||||||
|
|
||||||
$nextMessage = $this->bofelamimail->getNextMessage($this->mailbox, $this->uid);
|
$nextMessage = $this->bofelamimail->getNextMessage($this->mailbox, $this->uid);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user