You are not logged in.
Hi,
I looked all'over but didn't find what I'm looking for.
When I have a refused mail, it will be moved in a inbox specific subfolder (IMAP).
The mail will have the "READ" flag .
Is it possibile to set the UNREAD imap flag ?
I digged in the code and found that in MailCollector.php line 1820:
$this->storage->moveMessage($this->storage->getNumberByUniqueId($uid), $name);
Will adding a line like that work?
$this->storage-> setFlags($this->storage->getNumberByUniqueId($uid), Mail\Storage::FLAG_UNSEEN);
Last edited by Kaya84 (2023-02-16 17:26:49)
Offline