RFC4978: implement IMAP COMPRESS=DEFLATE #81

Closed
opened 2020-07-26 23:17:23 +03:00 by Manos Pitsidianakis · 0 comments

Implement a DEFLATE layer in melib/connection module. Specifically, add a Connection enum variant that performs {de,}compress in read/writes using the DEFLATE algorithm. This can then be used with the IMAP extension COMPRESS=DEFLATE

Implement a `DEFLATE` layer in `melib/connection` module. Specifically, add a `Connection` enum variant that performs {de,}compress in read/writes using the `DEFLATE` algorithm. This can then be used with the IMAP extension `COMPRESS=DEFLATE` ### Links - https://crates.io/crates/miniz_oxide - https://gitlab.com/muttmua/mutt/-/issues/92#note_242499473
Manos Pitsidianakis added this to the beta milestone 2020-07-26 23:17:23 +03:00
Manos Pitsidianakis added the
easy
IMAP
enhancement
labels 2020-07-26 23:17:23 +03:00
Manos Pitsidianakis added a new dependency 2020-07-26 23:19:58 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: meli/meli#81
There is no content yet.