I’ve received quite a lot of email about 10.5.3 breaking the plugin, and finally got around to looking into it today. I have uploaded a new version of the plugin that seems to work for me π As always the latest version can be grabbed from my downloads page.
Author Archives: daniel
Microsoft is going to disable WebDav access to Hotmail
Well, it was fun while it lasted, but Microsoft has finally decided to close access to its servers via the WebDav (or HttpMail) protocol. As my hotmail plugin uses this protocol to communicate with the hotmail servers this means that as of June 30th 2008 my plugin will no longer work π I am looking […]
Weird characters in the previous post
Something really strange happened in the previous post. There were these weird characters appearing in the text. From what I can see it is WebKit trying to be helpful and create non-breaking spaces. Unfortunately rather than insert a good old it is inserting 0xA0 characters. I’ve just added some code to look for these […]
WebView woes
I have been working on a little blog posting app for my wife for some time called BlogThing. Β The first version worked well enough that I released it for download from the Automagic Software site. Β It used some pretty nasty stuff that iterated over the chunks in an NSAttributedString, and while it worked pretty well […]
MMKeys songbird plugin
I’ve been insanely busy the last few months. I’ve recently changed jobs and had to go overseas to meet the client so have not had as much time to work on things such as my HTTPMail plugin π Anyway, today I got an email saying there was a new version of Sonbird (a really nice […]
HTTPMail plugin 1.51 release
ok, I’ve just released a new version of the plugin for Leopard. here. Changes: Fixed downloading loop Fixed NULL account Fixed disappearing account problem Enjoy π
Come and get it
The Leopard version of my HTTPMail plugin for Mail can be downloaded from here. Please note that as with any first release with a new version of OS X things may not be as stable as I would like. It works on my machine π I have updated the documentation to show screen shots from […]
Almost there!
Yesterday I got account editing working, and tonight’s effort sees sending working. It is still not possible to create new accounts, but that is something for another time. It’s almost midnight and I’m going to be woken up at some time around 3 or 4 am by the little one for a feed so I’d […]
git
I’ve been using darcs as my version control software of choice for quite a while now, but unfortunately I’m having trouble using it with dreamhost π I’ve looked about on the web for anybody who has successfully created public repositories on dreamhost, but all I can find is people asking how to do it. Since […]
HTTPMail Plugin and Leopard
Tonight I’ve had some success with getting the plugin working under Leopard. It still isn’t ready for public consumption, however it is coming along nicely. Currently if a httpmail account is already configured it will connect to the Hotmail servers and successfully download the messages. Unfortunately sub-folders aren’t quite working yet, nor is creation of […]