You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
21200 message(s) in Sent processed Traceback (most recent call last): File "./imapdedup.py", line 536, in <module> main(sys.argv[1:]) File "./imapdedup.py", line 532, in main process(options, mboxes) File "./imapdedup.py", line 440, in process for mnum, hinfo in get_msg_headers(server, msgnums[i: i + chunkSize]): File "./imapdedup.py", line 316, in get_msg_headers _, hinfo = ms[ci * 2] ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered:
I got this error, any clue ?
21200 message(s) in Sent processed Traceback (most recent call last): File "./imapdedup.py", line 536, in <module> main(sys.argv[1:]) File "./imapdedup.py", line 532, in main process(options, mboxes) File "./imapdedup.py", line 440, in process for mnum, hinfo in get_msg_headers(server, msgnums[i: i + chunkSize]): File "./imapdedup.py", line 316, in get_msg_headers _, hinfo = ms[ci * 2] ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered: