r11859: Canonicalize whitespace
[postoffice.git] / ChangeLog
1 2001-08-20  John Foderaro  <jkf@tiger.franz.com>
2
3         * imap.cl (parse-mail-header): fix parse when a #\return was found 
4                 in the header. [bug11124]
5
6 *******************************************************************************
7 merge from trunk to acl61 branch
8 command: ../../join.sh trunk acl61 trunk_to_acl61_merge1 imap
9 *******************************************************************************
10
11 2001-08-10  John Foderaro  <jkf@tiger.franz.com>
12
13         * imap.cl - fix problems of too many #\returns in the header
14
15 2001-06-26  John Foderaro  <jkf@tiger.franz.com>
16
17         *  imap.cl - fix typo in exported identifier
18
19 2001-05-11  John Foderaro  <jkf@tiger.franz.com>
20
21         * smtp.cl: add test-email-address function to check to see
22             if an email address can be determined to be bogus without
23             sending a letter.
24
25 2001-05-02  John Foderaro  <jkf@tiger.franz.com>
26 1.8
27         * imap will signal a :response-too-large error if it encounter
28          a letter it can't store in a lisp array.
29         
30 2000-06-08    <jkf@CROW>
31 1.7
32         * imap.cl: add parse-mail-header function to return mail headers
33           as an assoc list.
34
35 2000-06-06  John Foderaro  <jkf@tiger.franz.com>
36 1.6
37         * imap.cl: fix header parsing bug where it go into a loop
38           when encountering a blank header.
39
40 Fri May 26 22:52:42 PST 2000  Duane Rettig  <duane@beta>
41
42         * makefile: set SHELL variable
43
44 2000-04-26  John Foderaro  <jkf@tiger.franz.com>
45
46         * package changed from post-office to net.post-office
47           the po nickname was removed.
48          
49
50 2000-04-21  John Foderaro  <jkf@tiger.franz.com>
51 versio 1.4
52         * imap.cl: added pop commands unique-id and top-lines
53             plus make-envelope-from-text
54
55         * imap.html - update document
56         
57
58 1999-11-29  John Foderaro  <jkf@tiger.franz.com>
59 version 1.3
60         * imap.cl - fixed bug where extra ^b's ended up in strings
61         * imap.html - fixed ref to wrong function
62
63 1999-10-27  John Foderaro  <jkf@tiger.franz.com>
64 version 1.2
65         
66         * imap.cl - add condtions
67         * imap.html - document conditions
68         * t-imap.cl - fix test suite
69         
70
71 1999-09-29  John Foderaro  <jkf@tiger.franz.com>
72 version 1.1
73         
74         * imap.html - document send-letter, send-smtp 
75         * smtp.cl - add this to the imap module
76         * t-imap.cl - adjust for the change in package
77         
78           
79
80 1999-09-27  John Foderaro  <jkf@tiger.franz.com>
81 version 1.0
82         * start ChangeLog.
83         * imap.cl - the code for the imap and pop interface
84         * imap.html - the documentation
85         * t-imap.cl - the test suite
86         * rfc1939.html - pop spec
87         * rfc2060.txt  - imap spec
88         
89         
90