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 r.david.murray
Recipients barry, catalin.iacob, r.david.murray, sandro.tosi, zvyn
Date 2014-03-03.20:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393878780.45.0.85191220742.issue15014@psf.upfronthosting.co.za>
In-reply-to
Content
There is a lot of repeated code in those methods, which becomes a maintenance burden.  That is one reason the imaplib authobj approach seems interesting to me.  Also, going the authobj route would mean imaplib and smptlib had a consistent interface for this, and consistency is good where it makes sense.
History
Date User Action Args
2014-03-03 20:33:00r.david.murraysetrecipients: + r.david.murray, barry, sandro.tosi, catalin.iacob, zvyn
2014-03-03 20:33:00r.david.murraysetmessageid: <1393878780.45.0.85191220742.issue15014@psf.upfronthosting.co.za>
2014-03-03 20:33:00r.david.murraylinkissue15014 messages
2014-03-03 20:33:00r.david.murraycreate