git.fiddlerwoaroof.com
Browse code

Remove ChangeLog.old files

Change-Id: I20245869fc4bf8d5dad9d302a82afc72ebd43d88

layer authored on 25/10/2011 17:11:19
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,360 +0,0 @@
1
-2010-02-05  Robert Rorschach  <rfr@franz.com>
2
-
3
-	* imap.cl: fix bad package qualifier
4
-
5
-2010-02-05  Robert Rorschach  <rfr@franz.com>
6
-
7
-	* imap.cl: backward compatibility to 7.0 - 8.2, bump minor
8
-	version number.
9
-
10
-2010-01-21  Robert Rorschach  <rfr@franz.com>
11
-
12
-	* imap.cl: threadsafe resource management
13
-
14
-2009-12-21  Kevin Layer  <layer@gemini.franz.com>
15
-
16
-	* mime-api.cl (decode-header-text): bug18646: put in error
17
-	  check for `nil'.
18
-
19
-2009-09-30  Kevin Layer  <layer@gemini.franz.com>
20
-
21
-	* mime-api.cl: rfe9010: decode-header-text: remove "soft"
22
-	  newlines in the decoded text
23
-	* mime-transfer-encoding.cl: bug18636: underscore handling:
24
-	  refine previous fix to be more surgical and conditional on a
25
-	  keyword argument, because other routines use these functions
26
-	* t-imap.cl: the start of a test suite for the mime side of
27
-	  things
28
-
29
-2009-09-30  Kevin Layer  <layer@gemini.franz.com>
30
-
31
-	* mime-transfer-encoding.cl: bug18636: handle underscore
32
-	  character in quoted printable encoding
33
-
34
-2009-03-12  Mikel Bancroft  <mikel@gemini>
35
-
36
-	* rfe8602: add ssl/tls support to imap/pop module.
37
-	
38
-2008-11-19  Ahmon Dancy  <dancy@dancy>
39
-
40
-	* rfe8406: mime-api.cl: Improved performance of
41
-	charset-to-external-format by using a hash table for caching.
42
-	Also added ansi_x3.4-1968 as an alias for :latin1.
43
-
44
-2008-09-16  Mikel Bancroft  <mikel@gemini>
45
-
46
-	* rfe8214 - smtp.cl: Add support for SSL connections to secure
47
-          SMTP Servers. Also add support for STARTTLS negotiation.
48
-
49
-2008-05-21  Ahmon Dancy  <dancy@dancy>
50
-
51
-	* bug17849: Fix parse-mime-structure behavior when it
52
-	encounters malformatted headers.  Now treats a malformatted
53
-	header as the first line of the body.  
54
-
55
-	Commented out an extraneous debug message.
56
-
57
-2007-09-24  Ahmon Dancy  <dancy@dancy>
58
-
59
-	* rfe7462: rfc2822.cl: further improvements
60
-
61
-2007-09-20  Ahmon Dancy  <dancy@dancy>
62
-
63
-	* rfe7462: rfc2822.cl (extract-email-addresses): New 'compact'
64
-	keyword arg to return results in a simpler format.  Also
65
-	includes a parsing bugfix for some unusual but legal
66
-	addresses.  
67
-
68
-2007-08-02  Ahmon Dancy  <dancy@dancy>
69
-
70
-	* mime-parse.cl:
71
-
72
-	Don't include the stuff between the end of a multipart part and
73
-	the beginning of the next part in the mime-part-body-size.
74
-
75
-	* mime-transfer-encoding.cl:
76
-
77
-	with-decoded-part-body-stream.  Set the stream's external-format
78
-	based on the charset specified in the part (if any (defaults to
79
-	:latin1)).
80
-
81
-2007-06-05  Ahmon Dancy  <dancy@dancy>
82
-
83
-	* rfe7210: rfc2822.cl: new extract-email-addresses function.
84
-
85
-2007-06-01  Ahmon Dancy  <dancy@dancy>
86
-
87
-	* mime-transfer-encoding.cl: New quoted-printable decoding utility
88
-	functions.
89
-
90
-	* mime-parse.cl: Improved handling of large or noncompliant
91
-	headers.  Improved mbox processing support.
92
-
93
-	* mime-api.cl: New exported function: decode-header-text.
94
-	
95
-
96
-2007-05-29  Kevin Layer  <layer@gemini.franz.com>
97
-
98
-	* mime-parse.cl: fix from dancy for parse-mime-structure
99
-
100
-2007-04-12  Ahmon Dancy  <dancy@dancy>
101
-
102
-	* rfe7016: Increased verbosity of smtp transaction failures.
103
-
104
-2007-03-14  Duane Rettig  <duane@franz.com>
105
-
106
-	* mime-parse.cl: Remove bogus declarations
107
-
108
-2007-01-20  Duane Rettig  <duane@franz.com>
109
-
110
-	* mime-transfer-encoding.cl: One more adjustment to
111
-	  excl:base64-decode-stream so we can compile on 8.1.pre-beta.4
112
-
113
-2007-01-18  Kevin Layer  <layer@gemini.franz.com>
114
-
115
-	* mime-transfer-encoding.cl: adjust use of
116
-	  excl:base64-decode-stream so we can compile on 8.1.pre-beta.3
117
-
118
-2007-01-05  Ahmon Dancy  <dancy@dancy>
119
-
120
-	* mime-transfer-encoding.cl: Added qp-decode-stream.
121
-
122
-2006-12-21  Kevin Layer  <layer@gemini.franz.com>
123
-
124
-	* mime-transfer-encoding.cl: fix for building on 8.1.pre-beta.3
125
-
126
-2006-12-19  Kevin Layer  <layer@gemini.franz.com>
127
-
128
-	* rfc2822.cl: :net.mail package, defpatch
129
-	
130
-	* (NEW) rfc2822.cl: new file, authored by Ahmon -- only change I
131
-	  made was to make sure the regular expressions are compiled at
132
-	  compile-file time.
133
-
134
-2006-12-11  Ahmon Dancy  <dancy@dancy>
135
-
136
-	* mime-api.cl: New map-over-parts function. 
137
-
138
-	* mime-parse.cl: Updated mime structure parsing code.
139
-
140
-	* mime-transfer-encoding.cl: New: qp-{en,de}code-stream,
141
-	with-decoded-part-body-stream.
142
-
143
-2006-11-16  Ahmon Dancy  <dancy@dancy>
144
-
145
-	bug16495: 
146
-	  
147
-	* smtp.cl: send-smtp-1: New external-format keyword arg.
148
-                                Now processes input in terms of bytes
149
-	                        instead of characters.  
150
-
151
-	* mime-api.cl: make-mime-part: Default external-format is :utf8
152
-	now.  Default encoding changed once again.  Now always base64,
153
-	except for when :text is supplied and is stringp, in which case
154
-	the encoded version of the string is examined to see if 7bit can
155
-	be used).
156
-
157
-2006-10-18  Ahmon Dancy  <dancy@dancy>
158
-
159
-	* mime-api.cl: bug16479: Improve default content-transfer-encoding
160
-	determination.   Also, removed some (load-time-value)'s that were
161
-	wrapped around some regular expression strings (not sure why).
162
-	It was preventing the regular expressions from being compiled.
163
-
164
-2006-10-16  Kevin Layer  <layer@gemini.franz.com>
165
-
166
-	* smtp.cl: bug16475: remove stray (force-output t)
167
-
168
-2006-08-17  Kevin Layer  <layer@gemini>
169
-
170
-    from dancy:
171
-	* imap.cl: rfe6632: Add fetch-letter-sequence support to imap
172
-	  module for IMAP servers
173
-
174
-2006-05-24  Kevin Layer  <layer@gemini>
175
-
176
-   from dancy:
177
-	* smtp.cl: bug16214: Fix regression in send-smtp behavior
178
-
179
-2006-03-24  Kevin Layer  <layer@gemini>
180
-
181
-	* smtp.cl: rfe6507: fix for socket:ipaddrp being 8.0 only
182
-    from dancy:
183
-	* smtp.cl: rfe6507: add :port argument to send-letter, send-smtp,
184
-	  send-smtp-auth
185
-
186
-2006-02-03  Ahmon Dancy  <dancy@dancy>
187
-
188
-	* imap-api.cl: Export mime-part-constructed class.  
189
-
190
-	* smtp.cl: send-letter: Avoid modifying user-provided mime-part
191
-	(if provided).  It will still be modified if the user provides an
192
-	attachments as well (which is a semi-strange thing to do), but the
193
-	change will be reverted after the operation is complete.
194
-
195
-2006-02-02  Kevin Layer  <layer@gemini>
196
-
197
-	* smtp.cl: add defpatch for 7.0
198
-
199
-	* rename mime.cl to mime-api.cl -- cl/src/sys/make.cl concatenates
200
-	  into mime.fasl, and it won't work to have an existing mime.fasl
201
-
202
-2006-01-30  Kevin Layer  <layer@gemini>
203
-
204
-	* mime-transfer-encoding.cl: tweak for 7.0 bootstrapping
205
-	* mime.cl: tweak for 7.0 bootstrapping
206
-
207
-2006-01-26  Kevin Layer  <layer@gemini>
208
-
209
-	* mime.cl: provide
210
-	* mime-transfer-encoding.cl: remove excl::*to-base64* and
211
-	  base64-encode-stream (since they're in the base lisp now)
212
-	* smtp.cl: require streamp and mime
213
-
214
-2006-01-26  Ahmon Dancy  <dancy@dancy>
215
-
216
-	* mime.cl, mime-parse.cl, mime-transfer-encoding.cl:  New files to
217
-	aid in the construction of multipart MIME messages.
218
-
219
-	* smtp.cl: Updated send-letter to support sending of attachments.
220
-	Updated send-smtp/send-smtp-auth so that they can take their data
221
-	from a string or a stream.
222
-
223
-2006-01-05  Kevin Layer  <layer@gemini>
224
-
225
-	* imap.cl: add defpatch for 7.0
226
-
227
-2005-02-15  Kevin Layer  <layer@gemini>
228
-
229
-	* smtp.cl: bug15190: from jkf: fix nameserver lookup if *dns-mode*
230
-	  is just :clib
231
-
232
-2004-09-28  Kevin Layer  <layer@gemini>
233
-
234
-	* imap.cl: fix copyright notice
235
-
236
-2004-09-14  Kevin Layer  <layer@gemini>
237
-
238
-	* smtp.cl:
239
-	- add new exported `send-smtp-auth' (from dancy)
240
-	- add `login' and `password' keywords to send-letter
241
-
242
-2004-08-13  Kevin Layer  <layer@gemini>
243
-imap 1.13
244
-
245
-	* imap.cl: export mailbox-uidnext
246
-
247
-2003-10-28  Ahmon Dancy  <dancy@franz.com>
248
-imap 1.12
249
-	* imap.cl - add functions to allow letter data to be read
250
-	    as a stream of data from the server instead of just
251
-	    returned as a big string
252
-
253
-2003-09-18    <jkf@main.verada.com>
254
-imap 1.11
255
-	* imap.cl: fix processing of imap flags into keywords so it
256
-	  handles lists and nil correctly.
257
-
258
-2003-05-21  John Foderaro  <jkf@tiger.franz.com>
259
-imap 1.10
260
-	* imap.cl - fix bug in parse-mail header when end of headers
261
-	   continuation line containing spaces and tabs
262
-
263
-2003-05-07    <jkf@main.verada.com>
264
-imap v1.9
265
->>>	* imap.cl: add reset-mailbox for pop maiboxes to send the RSET
266
-	        command
267
-
268
-2003-01-10  Kevin Layer  <layer@crikey>
269
-
270
-	* smtp.cl: test-email-address: do VRFY on address, too.
271
-
272
-2002-06-17  Kevin Layer  <layer@crikey>
273
-
274
-	* smtp.cl: fix typo in error message; fix from jkf that never got
275
-	committed regarding dns lookups of mx host
276
-
277
-2002-02-11  John Foderaro  <jkf@tiger.franz.com>
278
-
279
-	* imap.cl: fix parse-mail-header to handle valueless header lines
280
-
281
-2001-08-10  John Foderaro  <jkf@tiger.franz.com>
282
-
283
-	* imap.cl - fix problems of too many #\returns in the header
284
-
285
-2001-06-26  John Foderaro  <jkf@tiger.franz.com>
286
-
287
-	*  imap.cl - fix typo in exported identifier
288
-
289
-2001-05-11  John Foderaro  <jkf@tiger.franz.com>
290
-
291
-	* smtp.cl: add test-email-address function to check to see
292
-	    if an email address can be determined to be bogus without
293
-	    sending a letter.
294
-
295
-2001-05-02  John Foderaro  <jkf@tiger.franz.com>
296
-1.8
297
-	* imap will signal a :response-too-large error if it encounter
298
-	 a letter it can't store in a lisp array.
299
-	
300
-2000-06-08    <jkf@CROW>
301
-1.7
302
-	* imap.cl: add parse-mail-header function to return mail headers
303
-	  as an assoc list.
304
-
305
-2000-06-06  John Foderaro  <jkf@tiger.franz.com>
306
-1.6
307
-	* imap.cl: fix header parsing bug where it go into a loop
308
-	  when encountering a blank header.
309
-
310
-Fri May 26 22:52:42 PST 2000  Duane Rettig  <duane@beta>
311
-
312
-	* makefile: set SHELL variable
313
-
314
-2000-04-26  John Foderaro  <jkf@tiger.franz.com>
315
-
316
-	* package changed from post-office to net.post-office
317
-	  the po nickname was removed.
318
-	 
319
-
320
-2000-04-21  John Foderaro  <jkf@tiger.franz.com>
321
-versio 1.4
322
-	* imap.cl: added pop commands unique-id and top-lines
323
-	    plus make-envelope-from-text
324
-
325
-	* imap.html - update document
326
-	
327
-
328
-1999-11-29  John Foderaro  <jkf@tiger.franz.com>
329
-version 1.3
330
-	* imap.cl - fixed bug where extra ^b's ended up in strings
331
-	* imap.html - fixed ref to wrong function
332
-
333
-1999-10-27  John Foderaro  <jkf@tiger.franz.com>
334
-version 1.2
335
-	
336
-	* imap.cl - add condtions
337
-	* imap.html - document conditions
338
-	* t-imap.cl - fix test suite
339
-	
340
-
341
-1999-09-29  John Foderaro  <jkf@tiger.franz.com>
342
-version 1.1
343
-	
344
-	* imap.html - document send-letter, send-smtp 
345
-	* smtp.cl - add this to the imap module
346
-	* t-imap.cl - adjust for the change in package
347
-	
348
-	  
349
-
350
-1999-09-27  John Foderaro  <jkf@tiger.franz.com>
351
-version 1.0
352
-	* start ChangeLog.
353
-	* imap.cl - the code for the imap and pop interface
354
-	* imap.html - the documentation
355
-	* t-imap.cl - the test suite
356
-	* rfc1939.html - pop spec
357
-	* rfc2060.txt  - imap spec
358
-	
359
-	
360
-