1. 28 May, 2012 3 commits
    • R David Murray's avatar
      News item for #1672568. · 9854fc9c
      R David Murray authored
      9854fc9c
    • R David Murray's avatar
      #1672568: email now registers defects for base64 payload format errors. · 80e0aee9
      R David Murray authored
      Which also means that it is now producing *something* for any base64
      payload, which is what leads to the couple of older test changes in
      test_email.  This is a slightly backward incompatible behavior change,
      but the new behavior is so much more useful than the old (you can now
      *reliably* detect errors, and any program that was detecting errors by
      sniffing for a base64 return from get_payload(decode=True) and then doing
      its own error-recovery decode will just get the error-recovery decode
      right away).  So this seems to me to be worth the small risk inherent
      in this behavior change.
      
      This patch also refactors the defect tests into a separate test file,
      since they are no longer just parser tests.
      80e0aee9
    • R David Murray's avatar
      #14925: email now registers a defect for missing header/body separator. · adbdcdbd
      R David Murray authored
      This patch also deprecates the MalformedHeaderDefect.  My best guess is that
      this defect was rendered obsolete by a refactoring of the parser, and the
      corresponding defect for the new parser (which this patch introduces) was
      overlooked.
      adbdcdbd
  2. 27 May, 2012 15 commits
  3. 26 May, 2012 22 commits