git.fiddlerwoaroof.com
Browse code

imap 1.10

jkf authored on 03/06/2003 23:53:51
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+2003-05-21  John Foderaro  <jkf@tiger.franz.com>
2
+imap 1.10
3
+	* imap.cl - fix bug in parse-mail header when end of headers
4
+	   continuation line containing spaces and tabs
5
+
1 6
 2003-05-07    <jkf@main.verada.com>
2 7
 imap v1.9
3 8
 >>>	* imap.cl: add reset-mailbox for pop maiboxes to send the RSET
... ...
@@ -19,7 +19,7 @@
19 19
 ;; Commercial Software developed at private expense as specified in
20 20
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21 21
 ;;
22
-;; $Id: imap.cl,v 1.21 2003/05/07 17:02:43 jkf Exp $
22
+;; $Id: imap.cl,v 1.22 2003/06/03 23:53:51 jkf Exp $
23 23
 
24 24
 ;; Description:
25 25
 ;;
... ...
@@ -96,7 +96,7 @@
96 96
 
97 97
 (provide :imap)
98 98
 
99
-(defparameter *imap-version-number* '(:major 1 :minor 9)) ; major.minor
99
+(defparameter *imap-version-number* '(:major 1 :minor 10)) ; major.minor
100 100
 
101 101
 ;; todo
102 102
 ;;  have the list of tags selected done on a per connection basis to
... ...
@@ -1331,6 +1331,7 @@
1331 1331
 					     then ; header and no value
1332 1332
 						  (setq value "")
1333 1333
 						  (return :start))
1334
+					  (setq state 1)
1334 1335
 					  (go again)
1335 1336
 				   elseif (not (member ch
1336 1337
 						       (member ch