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 akuchling, georg.brandl, giampaolo.rodola, holdenweb, lregebro, pitrou, r.david.murray, rhettinger, sdaoden, vstinner
Date 2011-01-28.15:08:19
SpamBayes Score 6.4483147e-06
Marked as misclassified No
Message-id <1296227300.58.0.324474512793.issue9124@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see those error messages in the mailbox source.  I'm guess your application isn trapping the errors in a try/except.  In that case, just do a bare 'raise' in the except clause, and you should get the full traceback.

I'm sure I'll discover problems just using your simple examples.  Likely your full code would be more of a distraction than a help, unless we end up in a situation where I've fixed all the bugs I can find and you are still having problems.
History
Date User Action Args
2011-01-28 15:08:20r.david.murraysetrecipients: + r.david.murray, akuchling, georg.brandl, rhettinger, holdenweb, pitrou, vstinner, giampaolo.rodola, lregebro, sdaoden
2011-01-28 15:08:20r.david.murraysetmessageid: <1296227300.58.0.324474512793.issue9124@psf.upfronthosting.co.za>
2011-01-28 15:08:20r.david.murraylinkissue9124 messages
2011-01-28 15:08:19r.david.murraycreate