Wordpress editor hint
Mark Styles at 'Be Lambic or Green' has a nice tip for Wordpress 2.1 users that use the inbuilt WYSIWYG editor:
http://www.lambic.co.uk/blog/archives/2007/02/a-wordpress-tip/
Posting to WordPress via Blackberry & Sony Ericsson 750i
I finally cracked the problem with wp-mail.php.
Posting via Blackberry or mobile phone did only show the subject (title), and not the message body, as it is base64 encoded.
Following the fixes by Michael Scott and David Morris (see previous post) I made some additions and amendments.
View the complete file here:
PS: Original changes by Michael Scott are enclosed by '// MS'; mine are marked '// JK'
Posting via Blackberry
Have this annoying problem of having emtpy messages when they come through the Blackberry.
I think I know where the problem is: Blackberrys (or in combination with Exchange) seem to encode everything in Base64.
Will try and fix this.
There is a post from Michael Scott with a fix:
http://www.michaelscott.me.uk/2006/04/handling-base64-encoded-emails-in-wordpress.html
and David Morris' little tweak:
http://www.brassedoff.net/wp/?p=33.
Wish me luck.
PS: Didn't work of course. Will try again later.