[Fix] Emails are not fetching
This commit is contained in:
parent
22b1987dfa
commit
59549eb9df
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue