maildirproc

log

age author description
15 months ago Joel Rosdahl Correct URLdefault tip
15 months ago Joel Rosdahl Don't remove build directory to make it possible to run "setup.py register"
15 months ago Joel Rosdahl Added tag version-0.5.0 for changeset 564a3f5dc1b1
15 months ago Joel Rosdahl Fix release URLsversion-0.5.0
15 months ago Joel Rosdahl Fix formatting of time stamp
15 months ago Joel Rosdahl Use modern string formatting in examples
15 months ago Joel Rosdahl Removed unused import/variable
15 months ago Joel Rosdahl Set 0.5.0 release date
15 months ago Joel Rosdahl Ignore generated setup.py files
15 months ago Joel Rosdahl More work on python3-ifying maildirproc
15 months ago Joel Rosdahl Clarify semantics of the match methods
15 months ago Joel Rosdahl Made maildirproc a Python 3.x project
18 months ago Joel Rosdahl Update supported languages
18 months ago Joel Rosdahl New location of release archives
18 months ago Joel Rosdahl Fix copyright years and address to FSF
21 months ago Joel Rosdahl Added tag version-0.4.3 for changeset 9530df699cc5
21 months ago Joel Rosdahl Prepare for 0.4.3version-0.4.3
21 months ago Joel Rosdahl Made sure that logs always end up in the log file even on encoding errors
22 months ago Joel Rosdahl Added tag version-0.4.2 for changeset 387051afc560
22 months ago Joel Rosdahl Prepare for 0.4.2version-0.4.2
22 months ago Joel Rosdahl Ignore maildirproc-python3
22 months ago Joel Rosdahl Run tests for both Python 2 and Python 3 automatically
22 months ago Joel Rosdahl Refer to python3.1 for now
22 months ago Joel Rosdahl Rebuild maildirproc-python3 when maildirproc has changed
22 months ago Joel Rosdahl Catch LookupError when trying to decode headers
22 months ago Joel Rosdahl Fix logging to stdout when running with Python 3
22 months ago Joel Rosdahl Tell 2to3 to not write backups
22 months ago Joel Rosdahl Don't crash when logging to stdout when running with Python 3
22 months ago Joel Rosdahl Add explicit Emacs mode hint
22 months ago Joel Rosdahl Add makefile rule for maildirproc-python3
2008-12-31 Joel Rosdahl Added tag version-0.4.1 for changeset 3e32f3d4d3e3
2008-12-31 Joel Rosdahl Make it possible to log non-ASCII characters from the RC fileversion-0.4.1
2008-12-31 Joel Rosdahl Prepare for 0.4.1
2008-12-31 Joel Rosdahl Handle erroneously encoded headers correctly
2008-12-31 Joel Rosdahl Log detected mail earlier to ease debugging
2008-12-30 Joel Rosdahl Added tag version-0.4 for changeset e39e9012784e
2008-12-30 Joel Rosdahl Remove left-over example attributeversion-0.4
2008-12-30 Joel Rosdahl Prepare for 0.4
2008-12-30 Joel Rosdahl Don't log u"" strings in Python 2.x; use ascii() in Python 3
2008-12-30 Joel Rosdahl Minor correction of the description doc string
2008-12-30 Joel Rosdahl Make test suite runnable on maildirproc written by 2to3
2008-12-30 Joel Rosdahl Log real header values (not repr()d) in Python 3.0
2008-12-30 Joel Rosdahl [mq]: decode-email-header-in-py3
2008-12-30 Joel Rosdahl Use __eq__ for testing headers instead of relying on coercion to str/unicode
2008-12-30 Joel Rosdahl Use new-style exec() syntax
2008-12-30 Joel Rosdahl Open mails in Unicode mode
2008-12-30 Joel Rosdahl Don't pass a file stream to exec (in preparation for Python 3)
2008-12-30 Joel Rosdahl Run maildirproc from the test suite with correct Python version
2008-12-30 Joel Rosdahl Use Unicode strings
2008-12-30 Joel Rosdahl Add header tests
2008-12-30 Joel Rosdahl Improve handling of header values
2008-12-30 Joel Rosdahl Improve documentation style sheet
2008-12-29 Joel Rosdahl Remove superfluous "match" in debug messages
2008-12-29 Joel Rosdahl Update copyright year
2008-12-18 Joel Rosdahl Supply binary flag to open() where applicable
2008-12-18 Joel Rosdahl Python 3.0 support: Import lower-cased modules from the email package
2008-12-18 Joel Rosdahl Add support for Python 3.0; drop support for Python 2.4; add setup.py
2008-12-11 Joel Rosdahl Use hashlib instead of sha since the latter is deprecated
2008-05-04 Joel Rosdahl Doc-string update
2008-05-04 Joel Rosdahl Use @property where possible