Clivern / Imap

:mailbox_with_mail: Access Mailbox Using PHP IMAP.
MIT License
31 stars 16 forks source link

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

Closed nancysavchenko closed 4 years ago

Clivern commented 4 years ago

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 4 years ago

I mean I want to get a message using uid

nancysavchenko commented 4 years ago

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