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 lcatucci
Recipients giampaolo.rodola, janssen, lcatucci, vstinner
Date 2009-02-02.18:06:03
SpamBayes Score 0.00044644263
Marked as misclassified No
Message-id <1233597964.92.0.934446259867.issue4471@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for following-up, Bill.

While I fully understand the need for unit-testing, I don't have the
guts to start writing a dummy imap server from scratch.

I tested my changes on a couple of servers I manage, one running
uw-imapd and the other running cyrus imapd; still, I don't think unit
tests could rely on a "real" server. On the other hand, I don't think a
python.org hosted test server would be a very wise choice: even if we
found some dummy all-data-in-memory server, I fear the ssl/tls load on
the server.
History
Date User Action Args
2009-02-02 18:06:04lcatuccisetrecipients: + lcatucci, janssen, vstinner, giampaolo.rodola
2009-02-02 18:06:04lcatuccisetmessageid: <1233597964.92.0.934446259867.issue4471@psf.upfronthosting.co.za>
2009-02-02 18:06:03lcatuccilinkissue4471 messages
2009-02-02 18:06:03lcatuccicreate