[Fix] Emails are not fetching

This commit is contained in:
Rohit Waghchaure 2019-01-10 16:01:36 +05:30
parent 22b1987dfa
commit 59549eb9df

View file

@ -547,6 +547,7 @@ class Email:
# fix due to a python bug in poplib that limits it to 2048
poplib._MAXLINE = 20480
imaplib._MAXLINE = 20480
class TimerMixin(object):
def __init__(self, *args, **kwargs):