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
imap-data-access currently uses urllib to handle GET and PUT requests, but this is causing some known issues. It would perhaps be better to use the requests library instead (i.e. requests.get() and requests.put()).
The text was updated successfully, but these errors were encountered:
imap-data-access
currently usesurllib
to handle GET and PUT requests, but this is causing some known issues. It would perhaps be better to use therequests
library instead (i.e.requests.get()
andrequests.put()
).The text was updated successfully, but these errors were encountered: