Hello, I'm implementing an IMAP interface to a message store where every message has properties create_time and last_modified_time. Which one should be exposed by the IMAP server as message's INTERNALDATE?
Common mail stores where messages are not modified after they are inserted into the store don't have this problem since both times are the same. Is it possible to synchronize IMAP folders of this type? How should I announce to the client that some message has changed? Jaroslav Snajdr -- ----------------------------------------------------------------- For information about this mailing list, and its archives, see: http://www.washington.edu/imap/imap-list.html -----------------------------------------------------------------
