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 apederse
Recipients
Date 2002-10-03.11:20:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
urlparse does not parse imap:// urls (RFC 2192). I am not 
all sure but this seem to be an appropriate patch:

	urlparse.uses_relative.append('imap')
	urlparse.uses_netloc.append('imap')
	urlparse.non_hierarchical.append('imap')
	urlparse.uses_params.append('imap')
	urlparse.uses_query.append('imap')
History
Date User Action Args
2007-08-23 16:05:49adminlinkissue618024 messages
2007-08-23 16:05:49admincreate