Tropicalista / lucee-cfimap

cfimap tag for Lucee Server
13 stars 6 forks source link

Update imap.cfc #12

Closed byrning closed 6 years ago

byrning commented 7 years ago

Instead of marking all messages in folder as read, changes allow one to specify specific messages by messageNumber or uid to mark as read.

Loops on large mailboxes has a major performance hit - several seconds instead of a few milliseconds - so the changes made allow for only looping over messages that need to be marked as read or deleted.