I've read the documentation on imap_fetchstructure, but its not nearly as useful as other documentation on php.net, and I'm struggling a little on exactly the best way to use it, especially to get a hold of the full message. I know the css from outlook sucks, but its what the user would be using, so I'm accommodating for it.
So far, the message shows 2 parts; One with subtype PLAIN and one with subtype HTML. PLAIN shows the message intact, without html obviously. HTML shows broken html and a bunch of "=" at some regular interval, probably because it wasnt decoded correctly. So close, any ideas?