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 vstinner
Recipients marcin.bachry, r.david.murray, surprising42, vstinner
Date 2009-08-20.14:24:46
SpamBayes Score 2.9533874e-06
Marked as misclassified No
Message-id <1250778287.42.0.131936132761.issue6734@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems most IMAP4 methods accept str as arguments right now (I
> checked: list, lsub, myrights, select, status, search, fetch) and
> login() is a sole exception. I know the protocol is mostly ascii only,
> but still having possibility of using str in the API feels convenient
> and reasonable to me.

Ok, that sounds like a good compromise. Can you write a patch?
History
Date User Action Args
2009-08-20 14:24:48vstinnersetrecipients: + vstinner, marcin.bachry, r.david.murray, surprising42
2009-08-20 14:24:47vstinnersetmessageid: <1250778287.42.0.131936132761.issue6734@psf.upfronthosting.co.za>
2009-08-20 14:24:46vstinnerlinkissue6734 messages
2009-08-20 14:24:46vstinnercreate