I just fixed a bunch of PHP in the mail script, and it is correctly identifying valid users and posting from email, in HTML format, copying picture files over, etc.
The screwy HTML from outlook leaves a lot to be desired, and the script isn’t handling a lot of it. The main things are the “=20” line breaks, any blank lines (as outlook creates a full div block and font code for the line, then only has an “nbsp” in the line) and the embedded font code.
It grabbed my picture correctly, but didn’t thumbnail it correctly, and set the pic in the post twice, one with the original url, and one at the end with the local url.
Just a few bugs to work out.