var fDesc=new Array(); fDesc[0] = "Eudora 8.0.0b3 is a mail and news application based on the open source Thunderbird client from Mozilla.
Eudora, made by Qualcomm, changed dramatically from previous versions and now is moving to the open source trying to maintain maximum compatibility, for both developers and users, with Thunderbird.
Among the new features of this version is the skin of some windows like the Options and the Message Filters windows. The Add-ons is another great feature, clicking the Add-ons option on the Tools menus will show the Add-ons window like in Mozilla or Firefox web browser. Some add-ons available are the DOM Inspector and Penelope both already included in Eudora.
Now you can set up email accounts from Google and add news groups to received information from them.
Eudora adds the Google option to go directly to the Google website, it doesn’t matter which browser you are using Eudora allows you to configure the browser that you want.
Eudora options window now gives the user more control over the way that the messages are shown and notified. The Privacy option changed and some additional options were included like the Junk mail, the E-mail scams and the Anti-Virus now allows the antivirus programs to quarantine individual incoming messages."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }