net-imap
net-imap copied to clipboard
RFC4978 (2007): `COMPRESS=DEFLATE`
My forked client has been using this for years. It is incredible how much it reduces bandwidth consumption. The last time I attempted to implement it in Net::IMAP, I ran into issues with how I was (mis)using Zlib and I gave up before I could resolve them. Conceptually, it isn't that complicated.