Yes, I did. Nothing change, the same things were happening. I tried building on it though and used this:
$messageid = imap_uid($mbox, 350);
echo "$messageid<br>";
echo imap_body($mbox,$messageid, FT_UID);
echo "<br><br>";
echo imap_body($mbox,350, FT_UID);
When the page displays, it claims...