This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author James.Goodwin
Recipients James.Goodwin, docs@python
Date 2014-10-17.16:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-10-17 16:46:30James.Goodwinsetrecipients: + James.Goodwin, docs@python
2014-10-17 16:46:30James.Goodwinsetmessageid: <1413564390.73.0.387636698685.issue22658@psf.upfronthosting.co.za>
2014-10-17 16:46:30James.Goodwinlinkissue22658 messages
2014-10-17 16:46:30James.Goodwincreate