• Barry Warsaw's avatar
    Added a feature suggested by Martin v Loewis, where a new header · 5932c9be
    Barry Warsaw yazdı
    encoding flag SHORTEST means to return the shortest encoding between
    base64 and qp.  This is used for the header_enc for utf-8.  SHORTEST
    isn't legal for body_enc.
    
    Also some code cleanup:
    
    - use True/False everywhere
    - use == instead of `is' in a few places
    - added _unicode() and make consistent the "is unicode" checks
    - update docstrings
    5932c9be
Adı
Son kayıt (commit)
Son güncelleme
..
test Loading commit data...
Charset.py Loading commit data...
Encoders.py Loading commit data...
Errors.py Loading commit data...
Generator.py Loading commit data...
Header.py Loading commit data...
Iterators.py Loading commit data...
MIMEAudio.py Loading commit data...
MIMEBase.py Loading commit data...
MIMEImage.py Loading commit data...
MIMEMessage.py Loading commit data...
MIMEMultipart.py Loading commit data...
MIMENonMultipart.py Loading commit data...
MIMEText.py Loading commit data...
Message.py Loading commit data...
Parser.py Loading commit data...
Utils.py Loading commit data...
__init__.py Loading commit data...
_compat21.py Loading commit data...
_compat22.py Loading commit data...
base64MIME.py Loading commit data...
quopriMIME.py Loading commit data...