So, MoblogImport v0.3 was a pretty miserable failure. It worked fine for me, but only because I hadn't touched my TextAmerica account in so long that the template was way out of date and impossible for anyone else to replicate. I took a few hours today to rewrite the importing bits to better accommodate the new templates at TextAmerica. The new version has been tested successfully on the template "Red Sea." Important! Make sure after choosing the template you also the "Thumbs on Left" option! This is the only template combination I've tested, so this is likely the only combination for which it will work. If TextAmerica wasn't shutting down free accounts I'd be more than happy to support other templates, but seeing as how this is mostly a last ditch attempt to help out users about to be screwed by TextAmerica, I'm comfortable only supporting on specific set of inputs.
*Update* Those of you trying to upload images to MoblogUK and are having SMTP troubles, mat was kind enough to set up an STMP server at mail.moblog.co.uk. The server will only accept mail addressed to the moblg.net domain.
A minor update to fix some incompatabilities that had arisen due to changes in the markup at TextAmerica. The app should once again successfully parse and download/email off your images from TextAmerica. Keep in mind that most of the caveats posted for the original version, still apply (see the Known Issues section of this post: http://www.firepile.com/software/archives/000133.html).
In addition, I've since upgraded to Visual Studio 2005/.NET 2.0. So you'll need to make sure you've got the .NET 2.0 framework installed. You can install it through Windows Update.
Fixed a few minor bugs, added the ability to clear the list, but the main update was the addition of threading to the main actions. The app will no longer lock up for the duration of importing or exporting.
So, basically, Textamerica sucks. Their app is buggy (images just stop showing up), they take a very heavy handed approach to dealing with users, and then there was the whole SNAFU with their EULA asserting ownership over your images. Needless to say, I've been searching for a better alternative for awhile now. Recently that alternative presented itself in the form of MoblogUK. Run by a nice guy, there's no worry of someone else profitting from your images. I immediately created a blog there and started sending my new images in that direction. This led to the obvious problem, what to do with my images that were already resident at Textamerica? Which of course led to the obvious solution: write an app to import them! Thus, I give you: MoblogImport.

Details
C# Windows Form Application
Features
Requirements
*Update* An ever helpful tester, discovered a bug that caused an exception when you clicked cancel when browsing for a Working Folder. This has been fixed. For the two people who may have already downloaded it, either don't click cancel or download the newest version ;).
*Second Update* How embarassing, just moments after seeing this posted to BoingBoing, Matt discovered another bug involving processing of additional pages when doing a screen scrape. It'd keep adding on to the current URL instead of the base URL, resulting in the app endlessly processing the second page. This has been fixed now.
*Third Update* Version 0.2 is here, fixed a few minor bugs, but most importantly, threaded most actions, so now the app doesn't lock up when you're importing or exporting. Further updates to the application will not be detailed in this post. Check the main software page for continuing details.
Download MoblogImport v0.2
Instructions for use:
The source code is available upon request. Leave a comment here and I'll get back to you.