git.fiddlerwoaroof.com
Browse code

join from acl7 branch to trunk

layer authored on 27/08/2004 18:06:31
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+2004-08-13  Kevin Layer  <layer@gemini>
2
+imap 1.13
3
+
4
+	* imap.cl: export mailbox-uidnext
5
+
1 6
 2003-10-28  Ahmon Dancy  <dancy@franz.com>
2 7
 imap 1.12
3 8
 	* imap.cl - add functions to allow letter data to be read
... ...
@@ -20,7 +20,7 @@
20 20
 ;; Commercial Software developed at private expense as specified in
21 21
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
22 22
 ;;
23
-;; $Id: imap.cl,v 1.25 2004/01/16 19:31:52 layer Exp $
23
+;; $Id: imap.cl,v 1.26 2004/08/27 18:06:31 layer Exp $
24 24
 
25 25
 ;; Description:
26 26
 ;;
... ...
@@ -76,6 +76,7 @@
76 76
    #:mailbox-recent-messages ; ac
77 77
    #:mailbox-separator  ; accessor
78 78
    #:mailbox-uidvalidity
79
+   #:mailbox-uidnext
79 80
    #:make-imap-connection
80 81
    #:make-pop-connection
81 82
    #:with-imap-connection
... ...
@@ -102,7 +103,7 @@
102 103
 
103 104
 (provide :imap)
104 105
 
105
-(defparameter *imap-version-number* '(:major 1 :minor 12)) ; major.minor
106
+(defparameter *imap-version-number* '(:major 1 :minor 13)) ; major.minor
106 107
 
107 108
 ;; todo
108 109
 ;;  have the list of tags selected done on a per connection basis to