rss2email.git
2014-09-01 W. Trevor KingBump to version 3.9 v3.9
2014-09-01 W. Trevor KingRun update-copyright.py
2014-09-01 W. Trevor Kingfeeds: Raise an exception when adding a feed with a...
2014-09-01 W. Trevor KingMerge branch 'sendmail-split-addr'
2014-09-01 W. Trevor KingCHANGELOG: Document this branch
2014-09-01 W. Trevor Kingemail: Split sender into both sendmail's -F and -f
2014-08-26 W. Trevor Kingerror: Swap SMTPConnectionError superclasses
2014-06-30 W. Trevor KingMerge branch 'ssl-protocol'
2014-06-30 W. Trevor KingCHANGELOG: Document this branch
2014-06-13 Thiago CoutinhoAdded the option "smtp-ssl-protocol" to make STARTTLS...
2014-03-20 W. Trevor Kingfeed: Change _USER_AGENT from '+{url}' to '({url})'
2014-02-28 W. Trevor KingMerge branch 'no-to-email-error'
2014-02-28 W. Trevor KingCHANGELOG: Document this branch
2014-02-28 W. Trevor Kingcommand: Set the 'feed' argument when raising NoToEmail...
2014-01-25 W. Trevor KingMerge remote-tracking branch 's-o-b/contributing-github'
2014-01-25 W. Trevor KingCONTRIBUTING.md: Update SubmittingPatches link
2014-01-25 W. Trevor KingMerge branch 'dco' into contributing-github
2014-01-24 W. Trevor Kingdeveloper-certificate-of-origin: Add v1.1 from the...
2014-01-18 W. Trevor KingMerge branch 'trustlink'
2014-01-18 W. Trevor KingCHANGELOG: Document this branch
2014-01-18 W. Trevor KingBump to version 3.8 v3.8
2013-12-21 George Saundersconfig and feed: Added trust-link preference
2013-10-20 W. Trevor KingMerge branch 'opmlimport-feed-name-slugging'
2013-10-20 W. Trevor KingCHANGELOG: Document this branch
2013-10-14 W. Trevor Kingfeed: Adjust Feed._name_regexp to allow non-ASCII chara...
2013-10-14 W. Trevor Kingcommand: Sluggify feed names on opmlimport
2013-10-11 W. Trevor KingMANIFEST.in: Add the AUTHORS file for distribution
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
next