Changeset 47 for branches/2.0.5/tests/lib/smtp_mailsink.py
- Timestamp:
- 10/24/07 14:34:34 (1 year ago)
- Files:
-
- 1 modified
-
branches/2.0.5/tests/lib/smtp_mailsink.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.5/tests/lib/smtp_mailsink.py
r32 r47 1 1 # -*- coding: UTF-8 -*- 2 3 2 """A library which implements a SMTP mail sink (dummy SMTP server) in order 4 3 to test correct sending of emails.""" 5 4 6 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>5 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 7 6 # 8 7 # This library is free software; you can redistribute it and/or
