1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Added random eml file name, removed getattr related to self.mailbox.from_email in Message.reply, fix docs - second round of pull requests

This commit is contained in:
Adam Dobrawy 2015-03-18 09:56:52 +01:00
parent 42d891bd8d
commit 835986c96a
3 changed files with 6 additions and 4 deletions

View file

@ -210,7 +210,7 @@ class TestProcessEmail(EmailMessageTestCase):
)
msg = self.mailbox.record_outgoing_message(email_object.message())
self.assertEqual(msg.outgoing, True)
self.assertTrue(msg.outgoing)
actual_from = 'username@example.com'
reply_email_object = EmailMessage('Test subject', # subject