Posted on 2006-12-27 20:23:49-08 by vtgdias
Connecting via script on imap server
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 :)
Direct Responses: 3916 | 3917 | 3918 | 3919 | Write a response
Posted on 2006-12-27 20:24:40-08 by vtgdias in response to 3915
Re: Connecting via script on imap server
?????
Direct Responses: Write a response
Posted on 2006-12-27 20:45:29-08 by vtgdias in response to 3915
Re: Connecting via script on imap server
?????
Direct Responses: Write a response
Posted on 2006-12-27 20:53:03-08 by vtgdias in response to 3915
Re: Connecting via script on imap server
?????
Direct Responses: Write a response
Posted on 2006-12-27 20:59:34-08 by vtgdias in response to 3915
Re: Connecting via script on imap server
?????
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.