Clivern/Imap

hi i want to ask how to get a message using uid

Closed this issue · 3 comments

hi i want to ask how to get a message using uid

well, you can by looping through messages and get the message that has $message->header()->get('uid') equal the given uid. but you can't search the mail server using a uid and it is not even unique. i remember it changes when you move message from mailbox to another

I mean I want to get a message using uid

well, you can by looping through messages and get the message that has $message->header()->get('uid') equal the given uid. but you can't search the mail server using a uid and it is not even unique. i remember it changes when you move message from mailbox to another

I mean I want to get a message using uid