hi i want to ask how to get a message using uid
Closed this issue · 3 comments
nancysavchenko commented
hi i want to ask how to get a message using uid
Clivern commented
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
nancysavchenko commented
I mean I want to get a message using uid
nancysavchenko commented
well, you can by looping through messages and get the message that has
$message->header()->get('uid')
equal the givenuid
. 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