$search = imap_search ($mail, "TO reply", SE_UID);

returns the same values as

$search = imap_search ($mail, "TO reply");

search whorks ok, but it doesnt return message
id's. or this is imap-only flag and it won't work
with pop3 connection?

-- 
Andrew Perevodchik
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to