Closed c4ffein closed 3 months ago
Probably can't be accepted as-is, as we should change the related docstrings, but I wanted to get an opinion first
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 12.40%. Comparing base (
f6b4056
) to head (e79c846
). Report is 26 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
imaplib2/imaplib2.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There is actually no easy way to set the timeout for the first socket connection. We could just use the
resp_timeout
attribute of the IMAP4 class. Otherwise we could add another parameter to__init__
.