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

    Author ......... Jimmy Conner
    Contact ........ jimmy@advcs.org
    Home Site ...... http://www.advcs.org/
    Program ........ Archive Mail
    Version ........ 0.7
    Purpose ........ Allows you to download your email in a compressed archive

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

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



Features
========

* Allows you to download all your messages in a folder to a zip, tar, gzip, or text file
* Allows you to download messages as EML files, Seperate Entities, in MBox format, or Maildir format
* You can select which messages to download
* Selectable file name format ("Email - Subject", ect...) for certain formats
* Attachments are configurable to be downloaded or not

NOTE : Downloading LARGE messages 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!
   Outlook PST format? (will be difficult)
   Archive your address book?  Possible .wab, .pab format
   Possible backup to folder all archived messages?
   Possible set flag on messages (to show archived)?
      (Done, just need to hack SM to get it to work with it)
   I need more ideas!!!



Change Log
============
0.7     /*   (please let me know if there are problems)  */
  * Added Mbox format 
  * Added Maildir format
  * Added Tar Compression Type for all formats
  * Added Tar.GZ Compression Type for all formats
  * Added Text Compression Type for the Mbox format
  * Fixed problem with ending boundaries
  * Seperated the formats into different files (speed improvement)
  * Seperated the compress types into different files (speed improvement)
  * Overall Speed improvements
  * Lots of Modifications to the Options Page (only shows valid options for that format)
  * Removed 1.2.X support since 1.4.0 will soon be Stable
    (Needs hooks that are only in 1.4.0 anyways)
  * Moved the Options to its own screen menu
  * Added option to save to EML files (instead of only Seperate Entities)
  * Added file selection (check which messages to download)
  * Now has an Archive Button instead of link
  * Archiving messages does not lose their unread status

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

