[issue22658] IMAP4 Example lacking host information
New submission from James Goodwin: The IMAP4 Example for Python 3.4 (Section 21.15.2) does not show the appropriate host information for the example to work. Suggested fix would be to change the line "M = imaplib.IMAP4()" to "M = imaplib.IMAP4('localhost')"
[issue22658] IMAP4 Example lacking host information
James Goodwin added the comment: I do see that. I agree that this is a duplicate of that one. -- ___ Python tracker <http://bugs.python.org/issue22658> ___ ___