Archive Mail -- Version 0.6
by Jimmy Conner (jimmy@advcs.org)

REQUIRES : Squirrlemail v1.2.8 Stable or higher, or Current Devel



Features
========

* Allows you to download all the mail in a folder in a zip file
* Selectable file name format ("Email - Subject", ect...)
* Attachments are configurable to be downloaded or not


NOTE : Downloading LARGE mailboxes can give you a memory error, up your memory
       setting in php.ini to get around this problem.


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



To Do
============
   Download ALL Folders at once!
   Mbox format? Outlook PST format? (PST will be difficult)
   Possible backup to folder all archived messages?
   Possible set flag on messages (to show archived)?
   I need more ideas!!!



Change Log
============
0.6
  * Better Stable/Devel detection
  * Cleaned up some code
  * Added beginning of internationization

0.5
  * Changed requires to includes where needed (faster SM load)
  * Some small structural changes

0.4
  * Supports both Stable and Devel
  * Cleaned up alot of code, faster and smaller now
  * Fixed bug with loading the prefs
  * Supports New Under-development Faster Loading plugin model
  * Supports New Plugin Version Checking Model
  * Removed the Netscape 7 Compatiblility (was causing lots of problems)
  * Better error messages if zlib is not supported

0.3
  * Small fix to stop the download (php script) from timing out on large mailboxes
    as long as you aren't in safe mode
  * Added FileSize to the headers so it now shows a progress meter
  * Fix for NS7 not wanting to get the filename (added / after php file name)

0.2
  * Zlib is required (always has been) along with the function "gzcompress"
         so we disable it if these are not found
  * Added options for changing the email filenames
  * Added option to toggle downloading of attachments
  * Sanatizes filenames
  * Lots of bug fixes (espe