how to retrieve a specific message from imap with consistent id (message id)
Posted
by aviv
on Stack Overflow
See other posts from Stack Overflow
or by aviv
Published on 2010-05-17T19:45:28Z
Indexed on
2010/05/17
19:50 UTC
Read the original article
Hit count: 227
Hi,
I need to keep a link tracking for an email message. I am using PHP and IMAP. I need some ID that identify the email over time. Using IMAP UID does not seems to work since the UID changes after expunge(), i know there is a message_id for emails, but how can i retrieve an email using it's message_id with PHP and IMAP?
Is there another identifier i can use?
© Stack Overflow or respective owner