Hi everyone. I'm trying to write a script that reads the last message in the google mailbox, but i am failing. I am using the module Mail::IMAPClient. The code i use to try to get the actual message looks like this:
$string = $client->message_string($msg);But when i print the string ($string), I get all sorts of information on the screen but not the actual message. I also tried:
$string = $client->body_string($msg);But it gives the same result. I have been looking on the internet for answers but can't find something useful. I hope you can tell me.
In reply to read email-message by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |