• Florian Apolloner's avatar
    Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes). · 5dfd824d
    Florian Apolloner yazdı
    This is to provide a consistent interface (namely bytes) for the smtp
    backend which after all sends bytes over the wire; encoding with as_string
    yields different results since mails as unicode are not really specified.
    
    as_string stays for backwardscompatibilty mostly and some debug outputs.
    But keep in mind that the output doesn't match as_bytes!
    5dfd824d
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
custombackend.py Loading commit data...
tests.py Loading commit data...