I found that using the above fixes for Postie and WordPress 2.3.3 worked. However, I was only seeing Categories in the Postie options that had posts in them.
I had to change the changed line to this
$categories = get_categories(array(’orderby’ =>’name’,'hide_empty' => false));
And the same thing in the second code replacement.