• 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
generator.py 17.8 KB