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

    Author ......... Jimmy Conner
    Contact ........ jimmy@advcs.org
    Home Site ...... http://www.advcs.org/
    Program ........ Block Attachments
    Version ........ 0.1
    Purpose ........ Allows an admin to block any types of attachments

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

   REQUIRES : Squirrlemail v1.4.0 or higher


Features
========

   * Allows an admin to block any file extension
   * A warning is displayed when the user tries to download
   * The admin can decide whether the user can still download the 
     attachment anyways after the warning



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

   MODIFY THE NAME IS ADMINS.PHP OR YOU CAN'T ADMIN!!!


To Do
============
  Ability to block unknowns
  Ability to block files with double extensions
  Add hook to download.php to stop users from bypassing by typing
     in the path directly



Change Log
============
   0.1
      * Allows an admin to block any file extension
      * A warning is displayed when the user tries to download
      * The admin can decide whether the user can still download the 
        attachment anyways after the warning
      * Supports faster plugin loading module
      * Supports plugin versioning module




