Convert MIMEText body to string before sending. (trunk r14808)
[portage.git] / pym / portage / mail.py
2009-11-16 Zac MedicoConvert MIMEText body to string before sending. (trunk...
2009-11-16 Zac MedicoPreserve previous usage of MIMEText constructor under...
2009-11-16 Zac MedicoBug #292528 - Specify UTF-8 in the MIMEText constructor...
2009-11-07 Zac MedicoBug #291331 - Make send_mail() encode the unicode messa...
2009-09-28 Zac MedicoBug #286780 - Fix email.MIME* imports to use email...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-21 Zac MedicoReplace _content_encoding, _fs_encoding, and _merge_enc...
2009-08-18 Zac MedicoUse _content_encoding where appropriate.
2009-08-15 Arfrever Frehtes... Prepare 308 messages to localization.
2009-08-09 Zac MedicoMake everything safe for unicode (this should fix the...
2009-03-31 Zac MedicoBug #263370 - In create_message(), use email.header...
2009-03-07 Zac MedicoAlways use basestring instead of str with isinstance().
2007-10-06 Marius MauchHandle Exceptions in mod_mail_summary.finalize() and...
2007-07-06 Marius MauchEnable keyword expansion
2007-01-25 Marius MauchNamespace sanitizing, step 2
2007-01-25 Marius MauchNamespace sanitizing, step 1