Deflate compression (RFC1951) used in ElasticInbox due to a number of reasons:
1. It is possible to serve deflated content over HTTP without decompression.
2. It is possible to serve deflated content over IMAP without decompression. IMAP COMPRESS Extension (RFC4978) recognizes only deflate.
3. Deflate has better performance in comparison to Gzip and provides good trade off between size and speed. @author Rustam Aliyev
|
|
|
|