Changeset 16299 for main/waeup.kofa/trunk/src/waeup/kofa/tests
- Timestamp:
- 4 Nov 2020, 17:52:22 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/tests/test_smtp.py
r14016 r16299 259 259 u'A recipient', u'recpt@example.com', 260 260 u'A subject', 261 u'This is a test mail.', 262 cc=True) 261 u'This is a test mail.',None, 262 u'A cc recipient <recpt@example.com>', 263 u'A bcc recipient <recpt@example.com>,A 2nd bcc recipient <recpt@example.com>', 264 ) 263 265 self.assertEqual(mail_id, 'fake-message-id@example.com') 264 266 self.assertEqual( … … 272 274 u'msg: From: A sender <no-reply@waeup.org>', 273 275 u'msg: To: A recipient <recpt@example.com>', 274 u'msg: Cc: A sender <sender@example.com>', 276 u'msg: Cc: A cc recipient <recpt@example.com>', 277 u'msg: Bcc: A bcc recipient <recpt@example.com>,', 278 u'msg: A 2nd bcc recipient <recpt@example.com>', 275 279 u'msg: Reply-To: A sender <sender@example.com>', 276 280 u'msg: Subject: A subject',
Note: See TracChangeset for help on using the changeset viewer.