Hello,
I've spent hours, days .... weeks(!) reading the manual, but still can't find answers to my questions regarding the use of some IMAP functions and their miscellaneous properties.
From now, I'm gonna list all those questions on this thread and see if some of you can provide even partial but useful comments.
Question number ONE : imap_setflag_full
In imap_setflag_full($mbox, "2,5", "\\Seen \\Flagged"); we have the string sequence "2,5" but I fail to understand if it is safe or not to choose any sequence I want regardless of the message structure.
For example, if I apply a "Flagged" flag on all incoming messages exclusively at "2,5", is it possible that I could overwrite some precious information in that particular place? What are the implications of such a method?
Thanks a lot !