Script also works with python 2.7
[imap-fix-internaldate] / src /
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 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-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 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 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