barbushin / php-imap

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

If I want to store the found mail in mysql, should I set a mysql field to determine whether the mail has been read or unread? #627

Closed sunnyzss928 closed 2 years ago

sunnyzss928 commented 2 years ago

Environment (please complete the following information):

Your Text If I want to store the found mail in mysql, should I set a mysql field to determine whether the mail has been read or unread?

I suppose that the details of the email I found must have a field to determine whether it has been read or unread? The purpose of this method I need is to store emails in mysql and realize paging. Otherwise, I have too many emails! ! !

Sebbo94BY commented 2 years ago

The necessary changes have been finally implemented. See the pull request #653 for further information and an example.

This feature/change has been released in version 4.5.0.