Dsiddhesh
Dsiddhesh
@mscdex I tried simple code to fetch messages. I set keepalive as false in IMAP and now while code is fetching messages, I disconnected my network. I still that the...
@mscdex to achieve my requirement is it ok to call 'destroy' on IMAP instance in 'error' event handler and recreate IMAP instance again once connection(network) issues are resolved ?
Thanks, but currently even after getting error when we retry for connection, previously paused operations resumes and then there is race condition to return response that causes error 'Cant set...
@mscdex calling destroy explicitly is not working out. Does the library retries automatically when there is IMAP error and when keepalive is true? if yes then how many times does...
@mscdex let me brief you what we are doing in our application 1) We are fetching emails (with/without filter) and now we have batch flows kept running as part of...
Even after upgrading to Python 3.8 faced same issue.