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

Prevent ImapTransport from raising exception when no messages are available. Fixes #24. Release 3.4.1.

This commit is contained in:
Adam Coddington 2014-08-14 21:38:52 -07:00
parent 3ffbcea3bf
commit 7474cf0118
2 changed files with 8 additions and 2 deletions

View file

@ -11,7 +11,7 @@ gmail_oauth2_require = [
setup(
name='django-mailbox',
version='3.4',
version='3.4.1',
url='http://github.com/coddingtonbear/django-mailbox/',
description=(
'Import mail from POP3, IMAP, local mailboxes or directly from '