aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portage/mail: always UTF-8 charset for MIMETextZac Medico2011-10-081-2/+1
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+0
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-5/+5
* Update date headers in modified files.Zac Medico2011-02-191-1/+1
* mail: handle unicode in subject more for python3Zac Medico2011-02-181-22/+26
* mail: handle unicode in subject for python3Zac Medico2011-02-181-3/+13
* Make the mail_summary elog module copy needed variables from the configZac Medico2010-09-111-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'Zac Medico2010-03-091-11/+21
* Bug #291331 - Force ascii encoding in send_mail() in order to avoidZac Medico2010-03-081-2/+12
* Bug #293448 - Fix TypeError when sending mail with python3, triggered by thisZac Medico2009-11-171-1/+3
* Convert MIMEText body to string before sending.Zac Medico2009-11-111-1/+1
* Preserve previous usage of MIMEText constructor under python2, since it'sZac Medico2009-11-111-2/+5
* Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in orderZac Medico2009-11-111-4/+5
* Bug #291331 - Make send_mail() encode the unicode message as bytes beforeZac Medico2009-11-041-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