When reading an email message over a certain threshold, this plugin transparently compresses the output so that less data is sent to the browser. If your browser can not handle gzip data, this plugin automatically disables itself.
This is meant to be just one method to compress web pages. You might be better off turning on
Version 2.01
by Paul Lesniewski on Jul 25, 2004
[
gzip-2.01-1.1.1.tar.gz tarball (6712 d/l)
Help ]
Requires: SquirrelMail 1.1.1, zlib compiled into PHP or gzip binary on system
Description: - Refactored code
- Internationalized plugin output
- Created configuration file with system defaults
- Brought plugin into compliance with SquirrelMail plugin standards
- All pages now compressed
- Added code for auto-detect of system load for dynamic compression levels
- Lots of cleanup
- Corrected wrong locale name
- Added Greek translation (Thanks to Alexandros Vellis [avel at noc.uoa.gr])
Version 1.7
by Tyler Akins on May 9, 2001
[
gzip.1.7-1.1.1.tar.gz tarball (12302 d/l)
Help ]
Requires: SquirrelMail 1.1.1
Description: Fixes bugs for people without zlib compiled in. Fixes options saving/loading.
Version 1.6
by Tyler Akins on May 8, 2001
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: SquirrelMail 1.1.1, gzip binary on system or zlib compiled into PHP
Description: Removed some minor bugs.
Version 1.5
by Tyler Akins on May 1, 2001
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system or zlib compiled into PHP
Description: Removed a warning experienced with all warnings enabled in PHP.
Version 1.4
by Tyler Akins on Apr 20, 2001
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system or zlib compiled into PHP
Description: Now removes the extra "; q=1.0" information if the browser sends it, insead of not compressing data.
Version 1.2
by Tyler Akins on Sep 21, 2000
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system or zlib compiled into PHP
Description: If you have zlib installed, it no longer requires temporary files.
Version 1.3
by Tyler Akins on Unknown
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system or zlib compiled into PHP
Description: No longer leaves stray temporary files in the data directory if you use zlib.
Version 1.0
by Tyler Akins on Unknown
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system
Description: Initial version.
Version 1.1
by Tyler Akins on Unknown
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: gzip binary on system
Description: Fixed documentation. Enforced minimum size requirement when compressing.