barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.66k stars 457 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? #628

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

Duplicate of #627