Update of /cvsroot/mahogany/M/lib/imap/src/c-client
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8325/src/c-client

Modified Files:
        mail.h 
Log Message:
resolve conflicts after imap 2004a snapshot import

Index: mail.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/src/c-client/mail.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- mail.h      11 May 2004 18:17:44 -0000      1.4
+++ mail.h      27 Jun 2004 18:11:23 -0000      1.5
@@ -11,5 +11,5 @@
  *
  * Date:       22 November 1989
- * Last Edited:        4 May 2004
+ * Last Edited:        21 June 2004
  * 
  * The IMAP toolkit provided in this Distribution is
@@ -144,4 +144,9 @@
 #define GET_LIMITEDADVERTISE (long) 223
 #define SET_LIMITEDADVERTISE (long) 224
+#define GET_LOGOUTHOOK (long) 225
+#define SET_LOGOUTHOOK (long) 226
+#define GET_LOGOUTDATA (long) 227
+#define SET_LOGOUTDATA (long) 228
+
        /* 3xx: TCP/IP */
 #define GET_OPENTIMEOUT (long) 300
@@ -1255,4 +1260,5 @@
 typedef long (*sslcertificatequery_t) (char *reason,char *host,char *cert);
 typedef void (*sslfailure_t) (char *host,char *reason,unsigned long flags);
+typedef void (*logouthook_t) (void *data);
 
 /* Globals */



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to