Basically, Yahoo!Mail changed their bulk/trash empty URL to be a javascript function URL ... yuck!  This release reads the HTML page, then the JS function, then divines the true URL.

This change to Yahoo!Mail also uncovered a small bug in the bulk/trash empty code, so all clients have been uploaded w/a fix.  We should now be more robust in that area.

Also, while testing w/a different email client (other than gnus), I noticed that the GroupWise web frontend does not like addresses like:
   "First Last" <first.last@some.thing>
This release degrades the former address into the simpler:
   first.last@some.thing
for GW accounts.  All other clients still pass the more meaningful/longer email address.

A few miscellaneous refactorings added.

The http_daemon uses templates for its online/dynamic content.  It seems I checked in 2 html files that were stale.  I corrected this too.

SF homepage updated w/ current About and TODOs.