[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.44,1.45

cras at procontrol.fi cras at procontrol.fi
Wed Jun 4 19:58:01 EEST 2003


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv27024/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
IMAP protocol doesn't allow server to send NULs to client. Send ascii #128
instead.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mail-storage.h	17 May 2003 13:09:55 -0000	1.44
+++ mail-storage.h	4 Jun 2003 15:57:59 -0000	1.45
@@ -337,6 +337,8 @@
 	unsigned int uid;
 
 	unsigned int seen_updated:1; /* if update_seen was TRUE */
+	unsigned int has_nuls:1; /* message data is known to contain NULs */
+	unsigned int has_no_nuls:1; /* -''- known to not contain NULs */
 
 	const struct mail_full_flags *(*get_flags)(struct mail *mail);
 	const struct message_part *(*get_parts)(struct mail *mail);



More information about the dovecot-cvs mailing list