rss2email.git
2013-10-11 W. Trevor KingBump to version 3.7 v3.7
2013-10-11 W. Trevor Kingsetup.py: Claim support for Python 3.3
2013-10-11 W. Trevor KingREADME: Three-space indents for nested enumerated lists
2013-10-11 W. Trevor KingMerge branch 'catch-html-parse-error'
2013-10-11 W. Trevor KingCHANGELOG: Document this branch's HTML-title conversion...
2013-10-11 W. Trevor KingMerge branch 'robust-file-saving'
2013-10-11 W. Trevor KingCHANGELOG: Document this branch's atomic saves
2013-09-28 W. Trevor Kingfeed: Add 'default' argument to Feed._html2text for...
2013-09-28 W. Trevor Kingfeeds: Make Feeds.save fully atomic, assuming a working...
2013-09-20 W. Trevor Kingr2e.1: Remove quotes around 'name-format' value
2013-09-14 W. Trevor KingRun update-copyright.py
2013-09-14 W. Trevor KingMerge branch 'format-entry-name'
2013-09-14 W. Trevor Kingfeed: Give defaults for _get_entry_name formatting...
2013-09-14 W. Trevor KingMerge branch 'no-prefered-xml-parser'
2013-09-14 W. Trevor KingMerge branch 'accept-feedparser-encoding-override'
2013-09-14 W. Trevor KingCHANGELOG: Demote guessed encodings logs from 'error...
2013-09-14 J. Lewis Muirfeed: don't emit error if parser able to auto-determine...
2013-09-10 W. Trevor Kingfeed: Convert 'friendly-name' setting to 'name-format'
2013-09-10 W. Trevor Kingfeed: Disable feedparser's PREFERRED_XML_PARSERS
2013-09-09 W. Trevor KingBump to version 3.6 v3.6
2013-09-09 W. Trevor KingCHANGELOG: Document missing port argument for IMAPAuthe...
2013-08-07 Arun Persaudemail: fixed missing port argument for IMAPAuthenticati...
2013-06-10 W. Trevor Kingtest/gmane/3: Add tests for HTML generation
2013-06-10 W. Trevor Kingtest/gmane/2.expected: Remove some whitespace
2013-06-10 W. Trevor Kingtest/test.py: Update clean_result() to normalize user...
2013-06-09 W. Trevor KingCHANGELOG: Document HTML syntax fix
2013-06-08 Dennis KeitzelFixed syntactical error when generating HTML mails
2013-06-05 W. Trevor KingBump to version 3.5 v3.5
2013-06-05 W. Trevor KingCHANGELOG: Mention the digest addition
2013-06-05 W. Trevor KingMerge branch 'digest'
2013-05-14 W. Trevor Kingcommand: Add newlines to OPML export
2013-05-14 W. Trevor Kingcommand: Use feed names in OPML 'text' attributes
2013-05-14 W. Trevor Kingcommand: Fix opmlexport crash due to orphaned feed...
2013-05-14 W. Trevor KingREADME: Link to Fedora package
2013-05-14 W. Trevor Kingconfig: Replace Config._setup() with Config.setup_html2...
2013-05-14 W. Trevor KingBump to version 3.4 v3.4
2013-05-11 W. Trevor Kingemail: Pass 'config' and 'section' through from send...
2013-05-10 W. Trevor KingCHANGELOG: Update with summary of IMAP delivery addition
2013-05-10 W. Trevor KingMerge branch 'imap'
2013-05-10 W. Trevor Kingemail: Remove debugging logging from _decode_header()
2013-05-10 W. Trevor Kingfeed: Add the digest-post-process setting
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...
next