rss2email.git
2013-05-10 W. Trevor Kingfeed: Add the digest setting for multi-entry email
2013-05-10 W. Trevor KingRun update-copyright.py
2013-05-10 W. Trevor King.update-copyright.conf: Use aliases to remove Aaron...
2013-05-10 W. Trevor KingCHANGELOG: Update with summary of post-process addition
2013-05-10 W. Trevor KingMerge branch 'post-process'
2013-05-10 W. Trevor Kingrss2email/post_process/downcase.py: Move my test hook...
2013-04-19 W. Trevor KingREADME: Update the link to the NetBSD package
2013-04-17 Arun Persaudpost_process: add documentation and a prettify example
2013-04-15 W. Trevor Kingr2e.1: Properly escape an ellipsis in the sample config...
2013-04-13 W. Trevor KingBump to version 3.3 v3.3
2013-04-13 W. Trevor KingCHANGELOG: Update with summary of <table> removal
2013-04-10 W. Trevor KingAdd configurable post-process hooks
2013-04-09 W. Trevor Kingfeed: Remove <table> elements from HTML mail
2013-04-05 W. Trevor KingREADME: Bump example snapshot versions from 2.71 to 3.2
2013-04-05 Arun Persaudemail: small fixes for using imap as a backend
2013-04-05 W. Trevor Kingemail: Stub out send_imap()
2013-03-28 W. Trevor KingCHANGELOG: Update with summaries of recent changes
2013-03-28 W. Trevor KingAdd George Saunders to __contributors__
2013-03-28 W. Trevor Kingerror: Don't explicitly store server in SMTPAuthenticat...
2013-03-21 W. Trevor Kingfeed: Add herror to _SOCKET_ERRORS and remove reason...
2013-03-20 W. Trevor Kingerror: Fix ProcessingError message and logging
2013-03-20 W. Trevor Kingfeed: Catch parsing errors during html2text
2013-03-20 W. Trevor Kingerror: Fix super calls for SMTPAuthenticationError...
2013-03-19 W. Trevor KingMerge remote-tracking branch 'alienacorn/master'
2013-03-18 George Saundersemail: Change stray SMTP_SERVER to server
2013-03-18 W. Trevor Kingemail: Remove explicit ehlo() call
2013-03-15 W. Trevor Kingfeed: Streamline rel-via title extraction in _process_e...
2013-03-15 W. Trevor Kingfeed: Drop Google Reader rel-via manipulation
2013-03-15 W. Trevor Kingerror: Fix inheritance typos for HTTPError (ProcessingE...
2013-03-13 W. Trevor KingBump to version 3.2 v3.2
2013-03-13 W. Trevor KingCHANGELOG: Update with summaries of recent changes
2013-03-02 W. Trevor KingREADME: Link to the new openSUSE package
2013-02-21 W. Trevor Kingconfig: Use extended interpolation in Config
2013-02-17 W. Trevor Kingemail: Decode headers when checking .as_string() flatte...
2013-02-16 W. Trevor Kingemail: Attempt .as_string() if BytesGenerator.flatten...
2013-02-16 W. Trevor Kingemail: Fix typo '\\n' -> '\n' in _flatten docstring.
2013-02-15 W. Trevor Kingemail: Make path to sendmail configurable
2013-02-15 W. Trevor KingCHANGELOG: Update after the release of 3.0 and 3.1
2013-02-15 W. Trevor KingBump to version 3.1 v3.1
2013-02-15 W. Trevor Kingerror: Import __*__ metadata (URL, author, email)
2013-02-15 W. Trevor Kingsetup.py: Use __url__ and __author__ from rss2email...
2013-02-13 W. Trevor KingBump to version 3.0 v3.0
2013-02-13 W. Trevor Kingcommand: In run(), save feeds even after errors
2013-02-13 W. Trevor Kingconfig: Fix 'significan' -> 'significant' typo in a...
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 Kingtest/bbc-chinese: Add tests for use-8bit
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 Kingr2e.1: Update ConfigParser URL after PEP 430
2013-01-10 W. Trevor Kingr2e.1: Update __contributors__ location and direct...
2013-01-10 W. Trevor Kingr2e.1: Update maintainer from Lindsey to me.
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 Kingtest:disqus: add a Disqus feed for testing
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-11 W. Trevor Kingtest:gmane:README: fix "feed.atom" -> "feed.rss" typo
2012-12-10 Etienne MillonLink to Debian & Ubuntu package pages
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 KingCOPYING: whitespace changes to match the new gnu.org...
2012-12-08 W. Trevor KingCONTRIBUTING.md: describe rss2email's GPLv{2,3}
2012-12-08 W. Trevor KingMerge remote-tracking branch 's-o-b/contributing-github'
2012-12-08 W. Trevor KingCONTRIBUTING.md: point to external docs on GitHub
2012-11-26 W. Trevor KingCONTRIBUTING: point to external docs (for non GPLv2...
2012-11-18 W. Trevor Kingrss2email: raise error on import with Python < 3.2.
2012-11-18 W. Trevor KingCHANGELOG: summarize changes since v2.71
2012-11-18 W. Trevor Kingtest: record sender as SENT BY (not SENT TO) in *.expected
2012-11-18 W. Trevor Kingtest:gmane: add Gmane feed for RSS testing
2012-11-18 W. Trevor KingCHANGELOG: strip trailing whitespace
2012-11-18 W. Trevor Kingsetup.py: list dependencies in setup(requires=...)
2012-11-18 W. Trevor Kingsetup.py: use mailing list address for maintenance
2012-11-18 W. Trevor KingREAMDE: point to rss2email/config.py, not a line number...
2012-11-18 W. Trevor KingREADME: use GitHub URL for git clone
next