/*******************************************************************************

    Author ......... Jimmy Conner
    Contact ........ jimmy@advcs.org
    Home Site ...... http://www.advcs.org/
    Program ........ Extract Files
    Version ........ 0.1
    Purpose ........ Allows you to click an compressed attachment, and download the files
                     inside it individually

*******************************************************************************/

   REQUIRES : Squirrlemail v1.4.0 or higher


Features
========

   * Allows a user to click on a attachment filename of a compressed file (zip, gz, tar)
     and it displays the files inside that compressed file, and allows the user to download
     them one by one
   * RG = 0 Compatible
   * E_ALL Compatible
   * Faster loading SM Compatible
   * SM Version checking Compatible


Installation
============

   As with other plugins, just uncompress the archive in the plugins
   directory, go back to the main directory, run configure and add the plugin.
   Questions/comments/flames/etc can be sent to the jimmy@advcs.org

Bugs
============

  As with all php apps, it has its limits, huge files, or files with lots of files
  may cause PHP to time out or run out of memory.  There isn't much I can do about
  it but try to optimize my code.  I'll do my best.

To Do
============

   Get the Zip compression class to work with all Zip files

Change Log
============
   0.1
      * Initial release

