summaryrefslogtreecommitdiffstats
path: root/pym/portage/mail.py
Commit message (Expand)AuthorAgeFilesLines
* Convert MIMEText body to string before sending. (trunk r14808)Zac Medico2009-11-161-1/+1
* Preserve previous usage of MIMEText constructor under python2, since it'sZac Medico2009-11-161-2/+5
* Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in orderZac Medico2009-11-161-4/+5
* Bug #291331 - Make send_mail() encode the unicode message as bytes beforeZac Medico2009-11-071-1/+3
* Bug #286780 - Fix email.MIME* imports to use email.mime.* (works with pythonZac Medico2009-09-281-3/+3
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-12/+13
* Use _content_encoding where appropriate.Zac Medico2009-08-181-23/+32
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-6/+7
* Make everything safe for unicode (this should fix the elog modules thatZac Medico2009-08-091-1/+28
* Bug #263370 - In create_message(), use email.header.Header to wrap theZac Medico2009-03-311-1/+4
* Always use basestring instead of str with isinstance().Zac Medico2009-03-071-1/+1
* Handle Exceptions in mod_mail_summary.finalize() and check if the server actu...Marius Mauch2007-10-061-0/+4
* Enable keyword expansionMarius Mauch2007-07-061-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-4/+4
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+89