email: Encode the body when we might use 8bit encoding
[rss2email.git] / rss2email /
2013-01-24 W. Trevor Kingemail: Encode the body when we might use 8bit encoding
2013-01-24 W. Trevor Kingemail: Fix _flatten() implementation for non-ASCII...
2013-01-24 W. Trevor Kingemail: Add a failing UTF-16 _flatten example
2013-01-24 W. Trevor Kingemail: Factor message-to-bytes formatting out into...
2013-01-24 W. Trevor Kingemail: Use Charsets to set the Content-Transfer-Encoding
2013-01-24 W. Trevor Kingemail: Alphabetize imports (swap email.mime and email...
2013-01-24 W. Trevor Kingmain: Show traceback when we're extra verbose
2013-01-24 W. Trevor Kingfeed: Convert missing/extra key errors to InvalidFeedConfig
2013-01-23 W. Trevor Kingemail: When setting an 8bit CTE, remove the old header
2013-01-23 W. Trevor Kingconfig: Rename use_8bit to use-8bit for uniformity
2013-01-23 W. Trevor Kingfeed: Pass config and section arguments to get_message()
2013-01-23 Dmitry BogatovAdd use of `sender' parameter in `sendmail_send'.
2013-01-23 Dmitry BogatovAdd 8bit Content-Transfer-Encoding support.
2013-01-23 W. Trevor Kingfeeds: Raise an RSS2EmailError on invalid Feeds.index...
2013-01-23 W. Trevor Kingemail: Don't assume `extra_headers` has content in...
2013-01-19 W. Trevor Kingfeed: Remove the for loop variable `e` for a clean...
2013-01-18 W. Trevor Kingmain: Catch command-less case for Python 3.3
2013-01-18 W. Trevor Kingrss2email: Sort __contributors__ by first name and...
2013-01-10 W. Trevor Kingfeed|feeds: Update datafile format to version 2
2013-01-10 W. Trevor Kingfeeds: Follow the the XDG Base Directory Specification
2013-01-10 W. Trevor Kingfeeds: Use JSON instead of Pickle for storing dynamic...
2013-01-10 W. Trevor Kingfeed: Split entry link extraction out into Feed._get_en...
2013-01-09 W. Trevor KingRan update-copyright.py
2013-01-09 W. Trevor Kingmain: Add missing `# Copyright` tag for update-copyright.py
2013-01-09 W. Trevor Kingversion: Add get_versions and teach rss2email --full...
2013-01-09 W. Trevor Kingmain: Add an explicit --version argument.
2013-01-09 W. Trevor Kingerror: Strip trailing whitespace in module docstring
2013-01-09 W. Trevor Kingfeed: Raise the new InvalidFeedConfig on missing feed.url
2012-12-11 W. Trevor Kingfeed: fix id fallback in Feed._process_entry
2012-12-11 W. Trevor Kingfeed: use hashlib.sha1 for fallback IDs in Feed._get_en...
2012-12-11 W. Trevor Kingfeed: fix Feed._get_entry_content unpacking in Feed...
2012-12-11 W. Trevor Kingfeed: fix Feed._get_entry_content unpacking in Feed...
2012-12-11 W. Trevor Kingfeed: fix the `type` key returned by Feed._get_entry_co...
2012-12-10 Etienne MillonDon't put UTF8 last in the list of encodings
2012-12-10 Etienne MillonChange default email address
2012-12-08 W. Trevor KingMerge remote-tracking branch 's-o-b/contributing-github'
2012-11-18 W. Trevor Kingrss2email: raise error on import with Python < 3.2.
2012-11-13 W. Trevor Kingmain: fix logging imports
2012-11-13 W. Trevor KingRun update-copyright.py
2012-11-13 W. Trevor Kingrss2email: split massive package into modules