mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Removing pring message relic.
This commit is contained in:
parent
a51a33e049
commit
96455e272b
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ class Mailbox(models.Model):
|
||||||
new_mail = []
|
new_mail = []
|
||||||
for message in connection.get_message():
|
for message in connection.get_message():
|
||||||
msg = Message()
|
msg = Message()
|
||||||
print msg
|
|
||||||
msg.mailbox = self
|
msg.mailbox = self
|
||||||
msg.subject = message['subject'][0:255]
|
msg.subject = message['subject'][0:255]
|
||||||
msg.message_id = message['message-id'][0:255]
|
msg.message_id = message['message-id'][0:255]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue