summaryrefslogtreecommitdiffstats
path: root/pym/elog_modules/mod_mail_summary.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
| | | | | | finalize() in case send_mail() blocks indefinitely. (trunk r9588) svn path=/main/branches/2.1.2/; revision=9600
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-281-0/+1
| | | | | | (trunk r9510) svn path=/main/branches/2.1.2/; revision=9570
* Use local time for elog summaries (trunk r9273)Zac Medico2008-02-091-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9303
* Handle Exceptions in mod_mail_summary.finalize() andZac Medico2007-10-121-1/+6
| | | | | | | check if the server actually supports TLS, bug #183808 (trunk r7984 and r8058) svn path=/main/branches/2.1.2/; revision=8059
* Make finalize() accept a parameter once again since older versions of ↵Zac Medico2007-07-301-1/+4
| | | | | | portage import elog modules from newer versions of portage when they upgrade themselves. (trunk r7522) svn path=/main/branches/2.1.2/; revision=7523
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-221-8/+18
| | | | | | - Dump mod_echo elog output inside post_emerge(), just before the other notifications that happen at exit. (trunk r6953) svn path=/main/branches/2.1.2/; revision=6958
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-221-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6932
* For bug #158658, fix the 'TypeError: int argument required' that happens in ↵Zac Medico2006-12-211-1/+2
| | | | | | the finalize() routine. svn path=/main/trunk/; revision=5343
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-191-0/+39
svn path=/main/trunk/; revision=5325