1. 15 Tem, 2013 1 kayıt (commit)
  2. 11 Tem, 2013 1 kayıt (commit)
    • R David Murray's avatar
      #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= · 65171b28
      R David Murray yazdı
      The problem was I was only checking for decimal digits after the third '?',
      not for *hex* digits :(.
      
      This changeset also fixes a couple of comment typos, deletes an unused
      function relating to encoded word parsing, and removed an invalid
      'if' test from the folding function that was revealed by the tests
      written to validate this issue.
      65171b28
  3. 25 May, 2012 1 kayıt (commit)
    • R David Murray's avatar
      #12586: add provisional email policy with new header parsing and folding. · 0b6f6c82
      R David Murray yazdı
      When the new policies are used (and only when the new policies are explicitly
      used) headers turn into objects that have attributes based on their parsed
      values, and can be set using objects that encapsulate the values, as well as
      set directly from unicode strings.  The folding algorithm then takes care of
      encoding unicode where needed, and folding according to the highest level
      syntactic objects.
      
      With this patch only date and time headers are parsed as anything other than
      unstructured, but that is all the helper methods in the existing API handle.
      I do plan to add more parsers, and complete the set specified in the RFC
      before the package becomes stable.
      0b6f6c82