Traceback (most recent call last):
File "/home/vladimir/tmp/2023-08-22-scratch/11:33:20/./test.py", line 3, in <module>
imaplib.IMAP4_SSL('outlook.office365.com', port=995)
File "/usr/lib/python3.11/imaplib.py", line 1323, in __init__
IMAP4.__init__(self, host, port, timeout)
File "/usr/lib/python3.11/imaplib.py", line 205, in __init__
self._connect()
File "/usr/lib/python3.11/imaplib.py", line 253, in _connect
raise self.error(self.welcome)
imaplib.IMAP4.error: None
Bug report
Checklist
and am confident this bug has not been reported before
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.11.3 (main, Jun 5 2023, 09:32:32) [GCC 13.1.1 20230429]
A clear and concise description of the bug:
Output:
Regardless of anything, I don't think
Noneshould show up as the error message.Linked PRs