Skip to content

Commit

Permalink
Merge pull request #97 from modoboa/refactor/fetch_parser
Browse files Browse the repository at this point in the history
Refactored FETCH response parser.
  • Loading branch information
tonioo committed Sep 21, 2017
2 parents 5dbb203 + 758b7df commit 9d19784
Show file tree
Hide file tree
Showing 7 changed files with 405 additions and 255 deletions.
2 changes: 0 additions & 2 deletions modoboa_webmail/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from .signature import EmailSignature
from .utils import decode_payload, WebmailNavigationParameters
from .sendmail import send_mail
from .fetch_parser import parse_fetch_response


__all__ = [
Expand All @@ -25,7 +24,6 @@
'create_mail_attachment',
'decode_payload',
'get_imapconnector',
'parse_fetch_response',
'save_attachment',
'send_mail',
'separate_mailbox',
Expand Down

0 comments on commit 9d19784

Please sign in to comment.