1
0
Fork 0

Bumping version number.

This commit is contained in:
Adam Coddington 2012-07-21 15:40:46 -07:00
commit bfa4c58013
6 changed files with 16 additions and 14 deletions

1
django_mailbox/models.py Normal file → Executable file
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]

View file

@ -1 +0,0 @@