[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC4978 (COMPRESS=DEFLATE feature)
- To: wl-en@lists.airs.net
- Subject: Re: RFC4978 (COMPRESS=DEFLATE feature)
- From: Vitaly Mayatskikh <v.mayatskih@gmail.com>
- Date: Thu, 28 Jan 2010 15:05:38 +0100
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=FBpy0BbbLxsr47WEKIxZxYpWrTU4pUluiSmd/oisB6o=; b=wXbvBTaA7Wm1vjcUdDET/qS7iTNZFT/ln7nVvh35lEO1ZQ6wvA2lG4ex77EW2tL4y/ 73CzAwJonyE/B/kkL8NDNH5MYWOyTS8/KmYsCAu2N5og4W8K3VvHv8zVDTofx8kQMfXk TCqsnvpHR4vce2i3xJ/CWl+kMSphHcsMw0LrM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type:content-transfer-encoding; b=m6GBYChoyTKH8byQvDtzl+td1dN7UVxp7MKwLEl+lGM+sJ3HpQxfGYut/HuJjd3hnp Vz9jXjkJ6oopWPGIEioGG0AAmk8EL+gswHGn5ApKhSZ+tjjfITSsP1IMJojy7Sw7zZZ7 xsqFDJM7BPBv6aNsj7ooZpK7zPE+oi4SdFjYI=
- In-reply-to: <874omb498q.wl%vmayatsk@redhat.com>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <874omb498q.wl%vmayatsk@redhat.com>
- Reply-to: wl-en@lists.airs.net
- User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.1 Mule/6.0 (HANACHIRUSATO)
At Sun, 24 Jan 2010 20:02:13 +0100, Vitaly Mayatskikh wrote:
> Does anybody know if there's deflate compression and decompression
> (inflate) source written in Emacs lisp and oriented to stream
> processing (no calls for external utilities)?
Seems, there's no such a package for Emacs Lisp, but there's Common
Lisp implementation of the zlib compression scheme:
http://common-lisp.net/project/zlib/
I'll try to rewrite it in elisp and integrate with Wanderlust.
> A quick smoke test using hacked gnutls-cli
Patch was recently accepted upstream.
--
wbr, Vitaly