maildirproc

log

age author description
14 months Joel Rosdahl Added tag version-0.4.1 for changeset 3e32f3d4d3e3default tip
14 months Joel Rosdahl Make it possible to log non-ASCII characters from the RC fileversion-0.4.1
14 months Joel Rosdahl Prepare for 0.4.1
14 months Joel Rosdahl Handle erroneously encoded headers correctly
14 months Joel Rosdahl Log detected mail earlier to ease debugging
14 months Joel Rosdahl Added tag version-0.4 for changeset e39e9012784e
14 months Joel Rosdahl Remove left-over example attributeversion-0.4
14 months Joel Rosdahl Prepare for 0.4
14 months Joel Rosdahl Don't log u"" strings in Python 2.x; use ascii() in Python 3
14 months Joel Rosdahl Minor correction of the description doc string
14 months Joel Rosdahl Make test suite runnable on maildirproc written by 2to3
14 months Joel Rosdahl Log real header values (not repr()d) in Python 3.0
14 months Joel Rosdahl [mq]: decode-email-header-in-py3
14 months Joel Rosdahl Use __eq__ for testing headers instead of relying on coercion to str/unicode
14 months Joel Rosdahl Use new-style exec() syntax
14 months Joel Rosdahl Open mails in Unicode mode
14 months Joel Rosdahl Don't pass a file stream to exec (in preparation for Python 3)
14 months Joel Rosdahl Run maildirproc from the test suite with correct Python version
14 months Joel Rosdahl Use Unicode strings
14 months Joel Rosdahl Add header tests
14 months Joel Rosdahl Improve handling of header values
14 months Joel Rosdahl Improve documentation style sheet
14 months Joel Rosdahl Remove superfluous "match" in debug messages
14 months Joel Rosdahl Update copyright year
14 months Joel Rosdahl Supply binary flag to open() where applicable
14 months Joel Rosdahl Python 3.0 support: Import lower-cased modules from the email package
14 months Joel Rosdahl Add support for Python 3.0; drop support for Python 2.4; add setup.py
15 months Joel Rosdahl Use hashlib instead of sha since the latter is deprecated
22 months Joel Rosdahl Doc-string update
22 months Joel Rosdahl Use @property where possible
2 years Joel Rosdahl Documentation update
2 years Joel Rosdahl Added tag version-0.3 for changeset f9c22d8645a8
2 years Joel Rosdahl Remove tilde files before creating tar fileversion-0.3
2 years Joel Rosdahl Documentation update
2 years Joel Rosdahl Prepare for version 0.3
2 years Joel Rosdahl Documentation update
2 years Joel Rosdahl Improve documentation
2 years Joel Rosdahl Improve examples
2 years Joel Rosdahl Documentation clarification
2 years Joel Rosdahl Clarify copy and move operations on mail
2 years Joel Rosdahl Whitespace tweak
2 years Joel Rosdahl Let maildir base directory default to the current working directory
2 years Joel Rosdahl Print fatal errors to standard error too
2 years Joel Rosdahl Exit with error code on fatal errors
2 years Joel Rosdahl Import email modules using "from" to make pyflakes happy
2 years Joel Rosdahl Catch more errors when decoding email headers
2 years Joel Rosdahl Added tag version-0.2 for changeset 416de908ae07
2 years Joel Rosdahl Prepare for version 0.2version-0.2
2 years Joel Rosdahl Print version number in startup log message
2 years Joel Rosdahl Add source code repository URL to documentation
2 years Joel Rosdahl Let Mail.{copy,move} preserve mail flags and subdirectory (new/cur)
2 years Joel Rosdahl Let TestFixture.create verify maildir subdir too
2 years Joel Rosdahl Fix rc file from standard input
3 years Joel Rosdahl Removed .hgignore created by tailor.
3 years Joel Rosdahl Added tags.
3 years Joel Rosdahl Added bogofilter example rc file.
3 years Joel Rosdahl Use "command line" or "command-line" instead of "commandline".
3 years Joel Rosdahl Improved documentation.
3 years Joel Rosdahl Minor doc tweaks.
3 years Joel Rosdahl Improved documentation of the auto reload rc file feature.