var fDesc=new Array(); fDesc[0] = "Download and save all your email attachments in a snap!
Easily search, download, extract and save emails with attachments with simple setup. Does not require or depend on any other email client to be installed and it works with most email service providers out of the box.
Mail Attachment Downloader securely downloads and processes all your email attachments at-once based on your search preference. It leaves all your mail on your server and will not interfere with any other email programs you use today to download your mail. You can setup various filters, like size, file type, who it is from, subject of email, date and time stamp, to specify what you want to download.
Extracting data from the email subject and body, saving entire email in .eml format, sending emails after downloading, saving e-mails to a database, saving .csv or excels to a database, converting attachments to PDF, TIFF or other formats, automatically printing attachments and advanced functionality is limited in the free version. But otherwise the software is fully functional and ad-free.
Get the FREE version for personal use or get the PRO or PRO Server versions to automate email processing for your business today."; 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 = ''; } }