1
0
Fork 0

Removing pring message relic.

This commit is contained in:
Adam Coddington 2012-07-18 21:42:04 -07:00
parent a51a33e049
commit 96455e272b

View file

@ -92,7 +92,6 @@ class Mailbox(models.Model):
new_mail = []
for message in connection.get_message():
msg = Message()
print msg
msg.mailbox = self
msg.subject = message['subject'][0:255]
msg.message_id = message['message-id'][0:255]