I use this code to print message after I contact to pop3 account
Echo imap_body($MBox, 1);
The problem is if there are attachment files with message it's print it decode base64 , How can I get every part in message in array ?
for exapmle :
$message[0]= text of message
$message[1]= text (base64) of the first attachment file
$message[2]= text (base64) of the second attachment file