barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.66k stars 457 forks source link

emails to be marked as read from one email provider #606

Open Rizaldi opened 3 years ago

Rizaldi commented 3 years ago

I use the public function get Mail($mail, $markAsSeen = true) { //... } to automark read. but when using the same email provider example: email from auto@onecontact.com.au sent to email2sms@onecontact.com.au it doesn't want to be automatically marked as read. https://imgur.com/a/oM2dJ9E

Sebbo94BY commented 2 years ago

Can you please provide more information regarding this issue, so that we can better try to reproduce this issue?