[docs] [issue22658] IMAP4 Example lacking host information

James Goodwin report at bugs.python.org
Fri Oct 17 18:46:30 CEST 2014


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')"  This will bring the example inline with the poplib example (Section 21.14.2).

----------
assignee: docs at python
components: Documentation
messages: 229581
nosy: James.Goodwin, docs at python
priority: normal
severity: normal
status: open
title: IMAP4 Example lacking host information
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22658>
_______________________________________


More information about the docs mailing list