Anybody have experience with using IMAP functions, specially how to obtain message ID from POP account ?
I tried to use imap_sort().It should returns array of message sequence numbers or array of message IDs (if constant SE_UID is used as last parameter).
But this function returned me only array of sequence numbers regardless of used SE_UID.
Also, when I tried use imap_uid() I always got the same number for UID and Sequence Number....
twom