[Python-bugs-list] [ python-Bugs-448100 ] imaplib.py test code does not work with (original) (raw)

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Oct 2001 16:46:57 -0700


Bugs item #448100, was opened at 2001-08-05 00:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448100&group_id=5470

Category: Python Library Group: Platform-specific Status: Closed Resolution: Fixed Priority: 1 Submitted By: Piers Lauder (pierslauder) Assigned to: Piers Lauder (pierslauder) Summary: imaplib.py test code does not work with

Initial Comment: The test code at the end of the imaplib module contains a test message that uses NL as line terminators, instead of the IMAP4-mandated CRNL standard. As a result, the test code will not work with input sensitive IMAP4 servers, such as `NTmail'.

This bug was reported by: Hung Jung Lu <hungjunglu@yahoo.com>


Comment By: Piers Lauder (pierslauder) Date: 2001-10-21 16:46

Message: Logged In: YES user_id=196212

My apologies. I just wanted to ensure this change was tracked. In future I'll just check in small changes.


Comment By: Piers Lauder (pierslauder) Date: 2001-08-05 03:53

Message: Logged In: YES user_id=196212

The test code has been modified to use CRLF.


You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448100&group_id=5470