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 pitrou
Recipients jh45, pitrou
Date 2011-02-07.00:05:05
SpamBayes Score 0.004364153
Marked as misclassified No
Message-id <1297037106.58.0.64996984089.issue11136@psf.upfronthosting.co.za>
In-reply-to
Content
> IMAP4_SSL.close() 
> IMAP4_SSL.logout()
> IMAP4_SSL.shutdown() 

logout() already calls shutdown() for you and closes the socket, so you don't have to do it yourself.
History
Date User Action Args
2011-02-07 00:05:06pitrousetrecipients: + pitrou, jh45
2011-02-07 00:05:06pitrousetmessageid: <1297037106.58.0.64996984089.issue11136@psf.upfronthosting.co.za>
2011-02-07 00:05:06pitroulinkissue11136 messages
2011-02-07 00:05:06pitroucreate