You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am confused by the naming of setMsgn or also getMesgn. In the method the position of a message inside the mailbox is set. According to the name in RFC 3501 this number is called "sequence number".
Is there a background why the method was named like this?
As mentioned in #219 (comment), I would like to make this call for getUID "lazy". This will save us from building the uid_cache. This could then be done directly with the name change.
Hi @Webklex,
I am confused by the naming of
setMsgn
or alsogetMesgn
. In the method the position of a message inside the mailbox is set. According to the name in RFC 3501 this number is called "sequence number".Is there a background why the method was named like this?
As mentioned in #219 (comment), I would like to make this call for
getUID
"lazy". This will save us from building theuid_cache
. This could then be done directly with the name change.I'm excited to hear your thoughts on this :)
php-imap/src/Message.php
Lines 1380 to 1395 in 6e76b35
The text was updated successfully, but these errors were encountered: