Show
Ignore:
Timestamp:
10/22/07 01:56:35 (1 year ago)
Author:
amcgregor
Message:

Example extension and stub files for S/MIME and GPG created.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/turbomail/extensions/utf8qp.py

    r40 r42  
    77 
    88import turbomail 
    9 from turbomail.api import ProviderFactory, Provider 
    10 from turbomail.exceptions import ProviderExhaustedException 
    119 
    1210from email import Charset 
     
    1917        Charset.add_charset('utf-8', Charset.SHORTEST, Charset.QP, 'utf-8') 
    2018        turbomail.config.update({"mail.encoding": "utf-8"}) 
    21