|
Hi
I was wondering witch method can i use so that i get all messages on the output..
On my script i just use the search method in a foreach interaction, that i can do and work extremely well but now i want to print the messages that fall in my filter, how can i do that?? is there some method to do it??
example::
foreach($imap->search('SUBJECT XXXXXX UNSEEN')){
$imap->print($_); ??????
}
i tried to use the fetch response but i only get hash values... (how can i get the ascii of the message?!?)
please help me out!!
thanks :) |