Mercurial > p > roundup > code
comparison test/test_mailgw.py @ 2219:2623b1afc2b6
pre-b3 stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 18 Apr 2004 06:14:26 +0000 |
| parents | aed7a7c54a50 |
| children | 77461135596d |
comparison
equal
deleted
inserted
replaced
| 2218:5673b24ceb0d | 2219:2623b1afc2b6 |
|---|---|
| 6 # | 6 # |
| 7 # This module is distributed in the hope that it will be useful, | 7 # This module is distributed in the hope that it will be useful, |
| 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 10 # | 10 # |
| 11 # $Id: test_mailgw.py,v 1.67 2004-04-09 01:32:58 richard Exp $ | 11 # $Id: test_mailgw.py,v 1.68 2004-04-18 06:14:26 richard Exp $ |
| 12 | |
| 13 # TODO: test bcc | |
| 12 | 14 |
| 13 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822 | 15 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822 |
| 14 | 16 |
| 15 from cStringIO import StringIO | 17 from cStringIO import StringIO |
| 16 | 18 |
