forked from mirror/django-mailbox
Prevent ImapTransport from raising exception when no messages are available. Fixes #24. Release 3.4.1.
This commit is contained in:
parent
3ffbcea3bf
commit
7474cf0118
2 changed files with 8 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue