rmail 0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/NEWS +309 -0
- data/NOTES +14 -0
- data/README +83 -0
- data/THANKS +25 -0
- data/TODO +112 -0
- data/guide/Intro.txt +122 -0
- data/guide/MIME.txt +6 -0
- data/guide/TableOfContents.txt +13 -0
- data/install.rb +1023 -0
- data/lib/rmail.rb +50 -0
- data/lib/rmail/address.rb +829 -0
- data/lib/rmail/header.rb +987 -0
- data/lib/rmail/mailbox.rb +62 -0
- data/lib/rmail/mailbox/mboxreader.rb +182 -0
- data/lib/rmail/message.rb +201 -0
- data/lib/rmail/parser.rb +412 -0
- data/lib/rmail/parser/multipart.rb +217 -0
- data/lib/rmail/parser/pushbackreader.rb +173 -0
- data/lib/rmail/serialize.rb +190 -0
- data/lib/rmail/utils.rb +59 -0
- data/rmail.gemspec +17 -0
- data/tests/addrgrammar.txt +113 -0
- data/tests/data/mbox.odd +4 -0
- data/tests/data/mbox.simple +8 -0
- data/tests/data/multipart/data.1 +5 -0
- data/tests/data/multipart/data.10 +1 -0
- data/tests/data/multipart/data.11 +9 -0
- data/tests/data/multipart/data.12 +9 -0
- data/tests/data/multipart/data.13 +3 -0
- data/tests/data/multipart/data.14 +3 -0
- data/tests/data/multipart/data.15 +3 -0
- data/tests/data/multipart/data.16 +3 -0
- data/tests/data/multipart/data.17 +0 -0
- data/tests/data/multipart/data.2 +5 -0
- data/tests/data/multipart/data.3 +2 -0
- data/tests/data/multipart/data.4 +3 -0
- data/tests/data/multipart/data.5 +1 -0
- data/tests/data/multipart/data.6 +2 -0
- data/tests/data/multipart/data.7 +3 -0
- data/tests/data/multipart/data.8 +5 -0
- data/tests/data/multipart/data.9 +4 -0
- data/tests/data/parser.badmime1 +4 -0
- data/tests/data/parser.badmime2 +6 -0
- data/tests/data/parser.nested-multipart +75 -0
- data/tests/data/parser.nested-simple +12 -0
- data/tests/data/parser.nested-simple2 +16 -0
- data/tests/data/parser.nested-simple3 +21 -0
- data/tests/data/parser.rfc822 +65 -0
- data/tests/data/parser.simple-mime +24 -0
- data/tests/data/parser/multipart.1 +8 -0
- data/tests/data/parser/multipart.10 +4 -0
- data/tests/data/parser/multipart.11 +12 -0
- data/tests/data/parser/multipart.12 +12 -0
- data/tests/data/parser/multipart.13 +6 -0
- data/tests/data/parser/multipart.14 +6 -0
- data/tests/data/parser/multipart.15 +6 -0
- data/tests/data/parser/multipart.16 +6 -0
- data/tests/data/parser/multipart.2 +8 -0
- data/tests/data/parser/multipart.3 +5 -0
- data/tests/data/parser/multipart.4 +6 -0
- data/tests/data/parser/multipart.5 +4 -0
- data/tests/data/parser/multipart.6 +5 -0
- data/tests/data/parser/multipart.7 +6 -0
- data/tests/data/parser/multipart.8 +8 -0
- data/tests/data/parser/multipart.9 +7 -0
- data/tests/data/transparency/absolute.1 +5 -0
- data/tests/data/transparency/absolute.2 +1 -0
- data/tests/data/transparency/absolute.3 +2 -0
- data/tests/data/transparency/absolute.4 +3 -0
- data/tests/data/transparency/absolute.5 +4 -0
- data/tests/data/transparency/absolute.6 +49 -0
- data/tests/data/transparency/message.1 +73 -0
- data/tests/data/transparency/message.2 +34 -0
- data/tests/data/transparency/message.3 +63 -0
- data/tests/data/transparency/message.4 +5 -0
- data/tests/data/transparency/message.5 +15 -0
- data/tests/data/transparency/message.6 +1185 -0
- data/tests/runtests.rb +35 -0
- data/tests/testaddress.rb +1192 -0
- data/tests/testbase.rb +207 -0
- data/tests/testheader.rb +1207 -0
- data/tests/testmailbox.rb +47 -0
- data/tests/testmboxreader.rb +161 -0
- data/tests/testmessage.rb +257 -0
- data/tests/testparser.rb +634 -0
- data/tests/testparsermultipart.rb +205 -0
- data/tests/testpushbackreader.rb +40 -0
- data/tests/testserialize.rb +264 -0
- data/tests/testtestbase.rb +112 -0
- data/tests/testtranspparency.rb +105 -0
- metadata +143 -0
@@ -0,0 +1,65 @@
|
|
1
|
+
Return-Path: <matt@lickey.com>
|
2
|
+
Delivered-To: matt@lickey.com
|
3
|
+
Received: from localhost (localhost [127.0.0.1])
|
4
|
+
by squeaker.lickey.com (Postfix) with ESMTP id B9ED0C0E7
|
5
|
+
for <matt@lickey.com>; Sun, 10 Feb 2002 14:35:43 -0700 (MST)
|
6
|
+
Received: by squeaker.lickey.com (Postfix, from userid 1000)
|
7
|
+
id BE69CC0D1; Sun, 10 Feb 2002 14:35:37 -0700 (MST)
|
8
|
+
To: matt@lickey.com
|
9
|
+
Subject: Example of a message/rfc822 part.
|
10
|
+
From: Matt Armstrong <matt@lickey.com>
|
11
|
+
Date: Sun, 10 Feb 2002 14:35:37 -0700
|
12
|
+
X-Gnus-Mail-Source: directory:~/.incoming
|
13
|
+
Message-ID: <87heop10ly.fsf@squeaker.lickey.com>
|
14
|
+
User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1
|
15
|
+
(i386-debian-linux-gnu)
|
16
|
+
MIME-Version: 1.0
|
17
|
+
Content-Type: multipart/mixed; boundary="=-=-="
|
18
|
+
X-Virus-Scanned: by AMaViS snapshot-20010714
|
19
|
+
Lines: 44
|
20
|
+
Xref: squeaker.lickey.com inbox:7729
|
21
|
+
|
22
|
+
--=-=-=
|
23
|
+
|
24
|
+
Below is an example of a message/rfc822 MIME part.
|
25
|
+
|
26
|
+
|
27
|
+
--=-=-=
|
28
|
+
Content-Type: message/rfc822
|
29
|
+
Content-Disposition: inline
|
30
|
+
|
31
|
+
Return-Path: <matt@lickey.com>
|
32
|
+
Delivered-To: matt@lickey.com
|
33
|
+
Received: from localhost (localhost [127.0.0.1])
|
34
|
+
by squeaker.lickey.com (Postfix) with ESMTP id 5F0B4C0E7
|
35
|
+
for <matt@lickey.com>; Sun, 10 Feb 2002 14:34:31 -0700 (MST)
|
36
|
+
Received: by squeaker.lickey.com (Postfix, from userid 1000)
|
37
|
+
id F0DABC0D1; Sun, 10 Feb 2002 14:34:29 -0700 (MST)
|
38
|
+
To: matt@lickey.com
|
39
|
+
Subject: This is a short, simple message.
|
40
|
+
From: Matt Armstrong <matt@lickey.com>
|
41
|
+
Date: Sun, 10 Feb 2002 14:34:29 -0700
|
42
|
+
Message-ID: <87n0yh10nu.fsf@squeaker.lickey.com>
|
43
|
+
User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1
|
44
|
+
(i386-debian-linux-gnu)
|
45
|
+
X-Virus-Scanned: by AMaViS snapshot-20010714
|
46
|
+
Lines: 5
|
47
|
+
Xref: squeaker.lickey.com inbox:7728
|
48
|
+
MIME-Version: 1.0
|
49
|
+
|
50
|
+
This is a short, simple message.
|
51
|
+
|
52
|
+
--
|
53
|
+
matt
|
54
|
+
|
55
|
+
|
56
|
+
--=-=-=
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
--
|
61
|
+
matt
|
62
|
+
|
63
|
+
--=-=-=--
|
64
|
+
|
65
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
From: Nathaniel Borenstein <nsb@bellcore.com>
|
2
|
+
To: Ned Freed <ned@innosoft.com>
|
3
|
+
Date: Sun, 21 Mar 1993 23:56:48 -0800 (PST)
|
4
|
+
Subject: Sample message
|
5
|
+
MIME-Version: 1.0
|
6
|
+
Content-type: multipart/mixed; boundary="simple boundary"
|
7
|
+
|
8
|
+
This is the preamble. It is to be ignored, though it
|
9
|
+
is a handy place for composition agents to include an
|
10
|
+
explanatory note to non-MIME conformant readers.
|
11
|
+
|
12
|
+
--simple boundary
|
13
|
+
|
14
|
+
This is implicitly typed plain US-ASCII text.
|
15
|
+
It does NOT end with a linebreak.
|
16
|
+
--simple boundary
|
17
|
+
Content-type: text/plain; charset=us-ascii
|
18
|
+
|
19
|
+
This is explicitly typed plain US-ASCII text.
|
20
|
+
It DOES end with a linebreak.
|
21
|
+
|
22
|
+
--simple boundary--
|
23
|
+
|
24
|
+
This is the epilogue. It is also to be ignored.
|
@@ -0,0 +1 @@
|
|
1
|
+
From: matt@lickey.com
|
@@ -0,0 +1,49 @@
|
|
1
|
+
Mime-Version: 1.0
|
2
|
+
Content-Type: multipart/mixed; boundary="boundaryA"
|
3
|
+
|
4
|
+
--boundaryA
|
5
|
+
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
|
6
|
+
|
7
|
+
Hi,
|
8
|
+
|
9
|
+
--boundaryA
|
10
|
+
Content-Id: <a0432040fb836655c87aa@[10.0.1.3].0.0>
|
11
|
+
Content-Type: multipart/appledouble; boundary="boundaryB"
|
12
|
+
|
13
|
+
--boundaryB
|
14
|
+
Content-Transfer-Encoding: base64
|
15
|
+
Content-Type: application/applefile; name="%tstrtok.h"
|
16
|
+
Content-Disposition: attachment; filename="%tstrtok.h"
|
17
|
+
; modification-date="Thu, 6 Dec 2001 17:24:21 +0900"
|
18
|
+
|
19
|
+
AAOiZkUDomZFS20MAAOj9Cs=
|
20
|
+
--boundaryB
|
21
|
+
Content-Type: application/octet-stream; name="tstrtok.h"
|
22
|
+
; x-mac-type="3F3F3F3F"
|
23
|
+
; x-mac-creator="2D2D2D2D"
|
24
|
+
Content-Disposition: attachment; filename="tstrtok.h"
|
25
|
+
Content-Transfer-Encoding: base64
|
26
|
+
|
27
|
+
UiAqX3NzYXZlOw19Ow0NI2VuZGlmDQ==
|
28
|
+
--boundaryB--
|
29
|
+
--boundaryA
|
30
|
+
Content-Id: <a0432040fb836655c87aa@[10.0.1.3].0.1>
|
31
|
+
Content-Type: multipart/appledouble; boundary="boundaryB"
|
32
|
+
|
33
|
+
--boundaryB
|
34
|
+
Content-Transfer-Encoding: base64
|
35
|
+
Content-Type: application/applefile; name="%tstrtok.cc"
|
36
|
+
Content-Disposition: attachment; filename="%tstrtok.cc"
|
37
|
+
; modification-date="Thu, 6 Dec 2001 17:24:21 +0900"
|
38
|
+
|
39
|
+
AAADomZFA6JmRUttDAADo/Qr
|
40
|
+
--boundaryB
|
41
|
+
Content-Type: application/octet-stream; name="tstrtok.cc"
|
42
|
+
; x-mac-type="3F3F3F3F"
|
43
|
+
; x-mac-creator="2D2D2D2D"
|
44
|
+
Content-Disposition: attachment; filename="tstrtok.cc"
|
45
|
+
Content-Transfer-Encoding: base64
|
46
|
+
|
47
|
+
Mik7DX0N
|
48
|
+
--boundaryB--
|
49
|
+
--boundaryA--
|
@@ -0,0 +1,73 @@
|
|
1
|
+
Return-Path: <larrys_wolven_lady284225@mailcity.com>
|
2
|
+
Delivered-To: matt+bigfoot@lickey.com
|
3
|
+
Received: from localhost (localhost [127.0.0.1])
|
4
|
+
by squeaker.lickey.com (Postfix) with ESMTP id 158C3BEF6
|
5
|
+
for <matt+bigfoot@lickey.com>; Sun, 27 Jan 2002 13:34:34 -0700 (MST)
|
6
|
+
Received: from hank.lickey.com (burt.lickey.com [192.168.100.1])
|
7
|
+
by squeaker.lickey.com (Postfix) with ESMTP id B28CEBEEE
|
8
|
+
for <matt+bigfoot@lickey.com>; Sun, 27 Jan 2002 13:34:33 -0700 (MST)
|
9
|
+
Received: from bigfoot.com (mail.bigfoot.com [64.15.239.140])
|
10
|
+
by hank.lickey.com (Postfix) with SMTP id 63AD9EE2B
|
11
|
+
for <matt+bigfoot@lickey.com>; Sun, 27 Jan 2002 13:34:32 -0700 (MST)
|
12
|
+
Received: from mailcity.com ([148.223.80.6])
|
13
|
+
by BFLITEMAIL2A.bigfoot.com (LiteMail v3.01(BFLITEMAIL2A)) with SMTP id 27Jan2002_BFLITEMAIL2A_23874_112857240;
|
14
|
+
Sun, 27 Jan 2002 15:34:21 -0500 EST
|
15
|
+
Received: from 102.177.145.252 ([102.177.145.252]) by mailout2-eri1.midsouth.rr.com with NNFMP; 07 Mar 2000 16:22:43 +1000
|
16
|
+
Received: from 200.118.98.31 ([200.118.98.31]) by mta05bw.bigpond.com with QMQP; Tue, 07 Mar 2000 21:19:35 +0500
|
17
|
+
Received: from 81.241.80.247 ([81.241.80.247]) by a231242.upc-a.chello.nl with SMTP; 08 Mar 2000 12:16:27 -1000
|
18
|
+
Received: from [82.235.149.104] by rly-xw01.mx.aol.com with esmtp; Wed, 08 Mar 2000 03:13:19 -0100
|
19
|
+
Reply-To: <larrys_wolven_lady284225@mailcity.com>
|
20
|
+
Message-ID: <008e22e61aad$1332d8a4$1dd68bb3@mxsysb>
|
21
|
+
From: <larrys_wolven_lady284225@mailcity.com>
|
22
|
+
To:
|
23
|
+
Subject: Life Insurance up to 75% Off. Get a FREE Quote Now!
|
24
|
+
MiME-Version: 1.0
|
25
|
+
Content-Type: multipart/mixed;
|
26
|
+
boundary="----=_NextPart_000_00C8_42D56D1A.D4060D84"
|
27
|
+
X-Priority: 3 (Normal)
|
28
|
+
X-MSMail-Priority: Normal
|
29
|
+
X-Mailer: MIME-tools 5.503 (Entity 5.501)
|
30
|
+
Importance: Normal
|
31
|
+
Date: Sun, 27 Jan 2002 13:34:32 -0700 (MST)
|
32
|
+
X-Virus-Scanned: by AMaViS snapshot-20010714
|
33
|
+
|
34
|
+
------=_NextPart_000_00C8_42D56D1A.D4060D84
|
35
|
+
Content-Type: text/html; charset="iso-8859-1"
|
36
|
+
Content-Transfer-Encoding: base64
|
37
|
+
|
38
|
+
PGh0bWw+DQo8aGVhZD4NCjwvaGVhZD4NCjxib2R5Pg0KDQo8Y2VudGVyPg0K
|
39
|
+
PGZvbnQgZmFjZT0idGltZXMiIHNpemU9IjYiIGNvbG9yPSIjMDAwMDAwIj5T
|
40
|
+
YXZlIHVwIHRvIA0KPGZvbnQgY29sb3I9IiNmZjAwMDAiPjc1JTwvZm9udD4g
|
41
|
+
b24geW91ciBUZXJtIExpZmUgSW5zdXJhbmNlITwvZm9udD4NCjxicj4gIA0K
|
42
|
+
PGZvbnQgZmFjZT0idGltZXMiIHNpemU9IjQiIGNvbG9yPSIjMDAwMDAwIj4N
|
43
|
+
CjxpPkNvbXBhcmUgcmF0ZXMgZnJvbSB0b3AgaW5zdXJhbmNlIGNvbXBhbmll
|
44
|
+
cyBhcm91bmQgdGhlIGNvdW50cnk8L2k+PC9mb250Pg0KPGJyPjxicj4NCjxm
|
45
|
+
b250IGZhY2U9ImFyaWFsIiBzaXplPSI0IiBjb2xvcj0iIzcwODRENiI+DQo8
|
46
|
+
Yj5JbiBvdXIgbGlmZSBhbmQgdGltZXMsIGl0J3MgaW1wb3J0YW50IHRvIHBs
|
47
|
+
YW4gZm9yIHlvdXIgZmFtaWx5J3MgZnV0dXJlLCB3aGlsZSANCjxicj5iZWlu
|
48
|
+
ZyBjb21mb3J0YWJsZSBmaW5hbmNpYWxseS4gIENob29zZSB0aGUgcmlnaHQg
|
49
|
+
TGlmZSBJbnN1cmFuY2UgcG9saWN5IHRvZGF5LjwvZm9udD4NCjxwPg0KPGZv
|
50
|
+
bnQgZmFjZT0iYXJpYWwiIHNpemU9IjMiIGNvbG9yPSIjMDAwMDAwIj4NCjxp
|
51
|
+
PkNsaWNrIHRoZSBsaW5rIGJlbG93IHRvIGNvbXBhcmUgdGhlIGxvd2VzdCBy
|
52
|
+
YXRlcyBhbmQgc2F2ZSB1cCB0byA8Zm9udCBjb2xvcj0iI2ZmMDAwMCI+NzUl
|
53
|
+
PC9mb250PjwvaT48L2I+PC9mb250PiAgDQo8cD4NCjxhIGhyZWY9Imh0dHA6
|
54
|
+
Ly82Ni4xNjMuNDAuMjA6OTk5L3NhdmU3MC81MjY0MDMvIj48Zm9udCBmYWNl
|
55
|
+
PSJhcmlhbCIgc2l6ZT0iNCI+DQo8Yj5DT01QQVJFIFlPVVIgQ09WRVJBR0U8
|
56
|
+
L2I+PC9mb250PjwvYT4NCjxwPg0KPGZvbnQgZmFjZT0idGltZXMiIHNpemU9
|
57
|
+
IjUiIGNvbG9yPSIjMDAwMDAwIj4NCllvdSdsbCBiZSBhYmxlIHRvIGNvbXBh
|
58
|
+
cmUgcmF0ZXMgYW5kIGdldCBhIGZyZWUgYXBwbGljYXRpb24gaW4gPGk+bGVz
|
59
|
+
cyB0aGFuIGEgbWludXRlITwvaT48L2ZvbnQ+DQo8cD4NCjxmb250IGZhY2U9
|
60
|
+
ImFyaWFsIiBzaXplPSI1IiBjb2xvcj0iI2ZmMDAwMCI+DQo8Yj4qR2V0IHlv
|
61
|
+
dXIgRlJFRSBpbnN0YW50IHF1b3Rlcy4uLjxicj4NCipDb21wYXJlIHRoZSBs
|
62
|
+
b3dlc3QgcHJpY2VzLCB0aGVuLi4uPGJyPg0KKlNlbGVjdCBhIGNvbXBhbnkg
|
63
|
+
YW5kIEFwcGx5IE9ubGluZS48L2I+PC9mb250Pg0KPHA+DQo8YSBocmVmPSJo
|
64
|
+
dHRwOi8vNjYuMTYzLjQwLjIwOjk5OS9zYXZlNzAvNTI2NDAzLyI+PGZvbnQg
|
65
|
+
ZmFjZT0iYXJpYWwiIHNpemU9IjUiPg0KPGI+R0VUIEEgRlJFRSBRVU9URSBO
|
66
|
+
T1chPC9iPjwvZm9udD48L2E+DQo8YnI+DQo8Zm9udCBmYWNlPSJhcmlhbCIg
|
67
|
+
c2l6ZT0iMiIgY29sb3I9IiMwMDAwMDAiPg0KPGk+WW91IGNhbid0IHByZWRp
|
68
|
+
Y3QgdGhlIGZ1dHVyZSwgYnV0IHlvdSBjYW4gYWx3YXlzIHByZXBhcmUgZm9y
|
69
|
+
IGl0LjwvaT48L2ZvbnQ+DQoNCjwvY2VudGVyPg0KPC9ib2R5Pg0KPC9odG1s
|
70
|
+
Pg0KDQpbMDMxNlVtRXcxLTc1M1FpQXU2OTE0TWZacjAtMjY1SmR2bjY0MTZG
|
71
|
+
WlJKOS04N0A0M10NCg==
|
72
|
+
|
73
|
+
------=_NextPart_000_00C8_42D56D1A.D4060D84--
|
@@ -0,0 +1,34 @@
|
|
1
|
+
Subject: Make Life Easy # 697
|
2
|
+
X-Mailer: Mozilla 4.72 [en] (Win95; I)
|
3
|
+
Mime-Version: 1.0
|
4
|
+
Date: Tue, 29 Jan 2002 22:08:31 -0500
|
5
|
+
Content-Type: multipart/mixed; boundary="----=_NextPart_000_007F_01BDF6C7.FABAC1B0"
|
6
|
+
Content-Transfer-Encoding: 7bit
|
7
|
+
|
8
|
+
This is a MIME Message
|
9
|
+
|
10
|
+
------=_NextPart_000_007F_01BDF6C7.FABAC1B0
|
11
|
+
Content-Type: multipart/alternative; boundary="----=_NextPart_001_0080_01BDF6C7.FABAC1B0"
|
12
|
+
|
13
|
+
------=_NextPart_001_0080_01BDF6C7.FABAC1B0
|
14
|
+
Content-Type: text/plain; charset="iso-8859-1"
|
15
|
+
Content-Transfer-Encoding: quoted-printable
|
16
|
+
|
17
|
+
***** This is an HTML Message ! *****
|
18
|
+
|
19
|
+
|
20
|
+
------=_NextPart_001_0080_01BDF6C7.FABAC1B0
|
21
|
+
Content-Type: text/html; charset="iso-8859-1"
|
22
|
+
Content-Transfer-Encoding: quoted-printable
|
23
|
+
|
24
|
+
<html>
|
25
|
+
|
26
|
+
</html>
|
27
|
+
|
28
|
+
|
29
|
+
------=_NextPart_001_0080_01BDF6C7.FABAC1B0--
|
30
|
+
|
31
|
+
------=_NextPart_000_007F_01BDF6C7.FABAC1B0--
|
32
|
+
|
33
|
+
|
34
|
+
|
@@ -0,0 +1,63 @@
|
|
1
|
+
From: Chris Halls <chris.halls@example.net>
|
2
|
+
To: apt-proxy-users@lists.sourceforge.net
|
3
|
+
Message-ID: <20020206115353.GB13304@shawn.nikocity.de>
|
4
|
+
Mail-Followup-To: apt-proxy-users@lists.sourceforge.net
|
5
|
+
Mime-Version: 1.0
|
6
|
+
Content-Type: multipart/signed; micalg=pgp-sha1;
|
7
|
+
protocol="application/pgp-signature"; boundary="p2kqVDKq5asng8Dg"
|
8
|
+
Content-Disposition: inline
|
9
|
+
User-Agent: Mutt/1.3.25i
|
10
|
+
Subject: [Apt-proxy-users] [ANNOUNCE] apt-proxy 1.2.0 is out!
|
11
|
+
Sender: apt-proxy-users-admin@lists.sourceforge.net
|
12
|
+
|
13
|
+
|
14
|
+
--p2kqVDKq5asng8Dg
|
15
|
+
Content-Type: text/plain; charset=us-ascii
|
16
|
+
Content-Disposition: inline
|
17
|
+
Content-Transfer-Encoding: quoted-printable
|
18
|
+
|
19
|
+
apt-proxy 1.2.0 has been released. =20
|
20
|
+
|
21
|
+
This version features:
|
22
|
+
|
23
|
+
- More advanced cache management with MAX_VERSIONS and file corruption=20
|
24
|
+
detection
|
25
|
+
- New log and config file command line options
|
26
|
+
- Bugfixes to streaming code and cache management
|
27
|
+
- ready to go out of the box: user, cache directory and logfile are created
|
28
|
+
during first installation
|
29
|
+
- documentation updates
|
30
|
+
- debian packaging directory included in source
|
31
|
+
|
32
|
+
You can download it from Sourceforge or from Debian unstable, once it was
|
33
|
+
been uploaded there.
|
34
|
+
|
35
|
+
Many thanks to Martin Schwenke, Gerhard Muntingh, Stephen Rothwell, Thorsten
|
36
|
+
Gunkel and others for their contributions and improvements.
|
37
|
+
|
38
|
+
Enjoy!
|
39
|
+
|
40
|
+
- Chris Halls
|
41
|
+
|
42
|
+
--=20
|
43
|
+
Chris Halls | Frankfurt, Germany
|
44
|
+
|
45
|
+
--p2kqVDKq5asng8Dg
|
46
|
+
Content-Type: application/pgp-signature
|
47
|
+
Content-Disposition: inline
|
48
|
+
|
49
|
+
-----BEGIN PGP SIGNATURE-----
|
50
|
+
Version: GnuPG v1.0.6 (GNU/Linux)
|
51
|
+
Comment: For info see http://www.gnupg.org
|
52
|
+
|
53
|
+
iD8DBQE8YRlRexmdExmX588RAjERAKDI5Ll83WnSpK5eU+1JYIndMMpcnQCfZv3H
|
54
|
+
8OyQUJrkuEWlB+nei1ChDrc=
|
55
|
+
=EUG3
|
56
|
+
-----END PGP SIGNATURE-----
|
57
|
+
|
58
|
+
--p2kqVDKq5asng8Dg--
|
59
|
+
|
60
|
+
_______________________________________________
|
61
|
+
Apt-proxy-users mailing list
|
62
|
+
Apt-proxy-users@lists.sourceforge.net
|
63
|
+
https://lists.sourceforge.net/lists/listinfo/apt-proxy-users
|