From 1007fa6d76243925a7af674d9b6724d709b93a7c Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 29 Jun 2012 09:37:42 +0200 Subject: [PATCH] Updated README --- README | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README b/README index 347da3b..df800f9 100644 --- a/README +++ b/README @@ -22,15 +22,17 @@ Python version 3 or later Necessary files: - userdata.csv: Contains information necessary for the user session with format: - username,password - testuser1,testpass1 - testuser2,testpass2 + username,password + testuser1,testpass1 + testuser2,testpass2 + + Note: The first line are the column names and gets ignored. Produced files: -- confscript.cfg: Configuration of the script - created on first run. -- message_cache.dat: Cache file used for performance improvements -- fix_imap_internaldate.log: Log file that resets with the script. +- fix_imap_internaldate.cfg: Configuration of the script - created on first run. +- fix_imap_internaldate.log: Log file. Will be truncated on script invocation. - conflict_stats.txt: Final report on statistics about detected date conflicts and missing dates. +- message_cache.dat: Cache file used for performance improvements Invocation on Windows requires and results in the same files. -- 1.7.1