imap-fix-internaldate
2012-08-30 Thomas JaroschScript also works with python 2.7 master
2012-07-12 Plamen DimitrovRename main module to imap_fix_internaldate including...
2012-07-10 Plamen DimitrovRevert setup method in test class because of unittest...
2012-07-10 Plamen DimitrovBetter name for the date parse unit test class
2012-07-06 Thomas JaroschDocument update mode in the config
2012-07-06 Thomas JaroschAbility to enable the update mode via the config file
2012-07-06 Thomas JaroschAdd myself as author to the files I touched a bit more
2012-07-06 Thomas JaroschWork around unsolicited IMAP server responses in imaplib
2012-07-06 Thomas JaroschAdd note about test/update mode
2012-07-06 Thomas JaroschUpdate README file
2012-07-05 Thomas JaroschImprove IMAP server connection error handling
2012-07-05 Thomas JaroschImprove config parser
2012-07-05 Thomas JaroschCorrectly update fallback_to_date_header setting in...
2012-07-05 Thomas JaroschStore statistics in 'statistics.txt'
2012-07-05 Thomas JaroschHandle difference in pickle protocol between python...
2012-07-05 Thomas JaroschDon't hide exceptions in case cache file can't be saved
2012-07-05 Thomas JaroschAdd python 2.x compatibility
2012-07-05 Thomas JaroschMake sure the KeyBoardInterrupt exception reaches main()
2012-07-04 Plamen DimitrovStyle improvements and cache from settings validation...
2012-07-04 Thomas JaroschAdd newline at the end of newly created config file
2012-07-04 Thomas JaroschCatch the right exception for automatic log file creation
2012-07-04 Thomas JaroschDate header fallback: Don't crash if there's no date...
2012-07-04 Thomas JaroschPass the selected flags to append()
2012-07-04 Thomas JaroschPoor man's typo fix
2012-07-03 Plamen DimitrovOnly selected flags are uploaded again in the message...
2012-07-03 Thomas JaroschFix spaces in the error output
2012-07-02 Plamen DimitrovSome config parameters converted to boolean
2012-07-02 Plamen DimitrovShared folders can be skipped from config file and...
2012-07-02 Plamen DimitrovFallback to DATE header to correct messages without...
2012-07-02 Thomas JaroschRename tolerance to tolerance_mins in the config file
2012-06-29 Thomas JaroschFix crash during exception handling
2012-06-29 Thomas JaroschMake note where to get python
2012-06-29 Plamen DimitrovTiny tiny report formatting correction
2012-06-29 Plamen DimitrovFinal report divided into columns
2012-06-29 Thomas JaroschImproved logging during normal operation
2012-06-29 Plamen DimitrovFinal report divided into columns
2012-06-29 Thomas JaroschUpdated README
2012-06-29 Thomas JaroschUpdate .gitignore
2012-06-29 Thomas JaroschDon't hardcode filenames in multiple places, centralize...
2012-06-28 Plamen DimitrovConfiguration not a necessary file
2012-06-28 Plamen DimitrovWindows atomic rename correction
2012-06-28 Plamen DimitrovFile hierarchy added
2012-06-28 Plamen DimitrovTemplate userdata.csv file added
2012-06-28 Plamen DimitrovImport and user interrupt exception handling added
2012-06-28 Plamen DimitrovCache version improvements
2012-06-28 Plamen DimitrovMain function refactored and connection failure excepti...
2012-06-28 Thomas JaroschAlways log if the date is going to be corrected
2012-06-27 Thomas JaroschBe more verbose to the user
2012-06-27 Plamen DimitrovArguments parser added, conf file clarifications
2012-06-27 Plamen DimitrovTolerance cache validation added
2012-06-27 Thomas JaroschUpdate README a bit more
2012-06-27 Thomas JaroschFix crash introduced in the last refactoring
2012-06-27 Thomas JaroschReshuffled the log level for the default messages
2012-06-27 Thomas JaroschMore user friendly log message about new messages
2012-06-27 Plamen DimitrovHeaders encoding corrected and cache version validation...
2012-06-27 Thomas JaroschChange logging level. There will be a lot of messages...
2012-06-27 Thomas JaroschBetter wording
2012-06-27 Plamen DimitrovImproved logging and changed tolerance to minutes
2012-06-26 Plamen DimitrovBasic refactoring and Tom's recommendations
2012-06-25 Plamen DimitrovCaching functionality for performance improvement
2012-06-21 Plamen DimitrovInitial submission of working tool
2012-06-21 Thomas JaroschAdd GPLv3 license file
2012-06-21 Thomas JaroschStart README file
2012-06-21 Thomas JaroschNew repository. Add .gitignore file