On Fri, Feb 10, 2006 at 03:15:44PM -0800, Jai Rangi wrote: > Also does IMAP maintains the logs, if some one move/delete the files > using thunderbird or Outlook Client.
Not normally, no. You can tell courier-imap to log the raw IMAP message exchanges between client and server, by setting IMAPDEBUGFILE=log.txt This will create log.txt within everyone's Maildir, showing all the IMAP commands and responses. These files will get very big very quickly; it's really just intended as a debugging tool. There's nothing to stop you adding some printf()'s to the code to log the actions of interest. AFAIK, IMAP doesn't have a 'move' operation. The client has to copy the message into another folder, and then delete it from the first one. This is just one amongst the many design flaws of IMAP :-( Regards, Brian. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
