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 bwurst
Recipients bwurst
Date 2007-10-14.16:02:42
SpamBayes Score 0.06946035
Marked as misclassified No
Message-id <1192377763.05.0.280093607923.issue1277@psf.upfronthosting.co.za>
In-reply-to
Content
The "factory"-argument to the constructorof mailbox.Maildir is not 
used as it should be.

First, it's default is set to rfc822.Message instead of MaildirMessage 
and then, inside the module's code, MaildirMessage is hard-coded as a 
message constructor.

If I need a derived class with custom attributes, I cannot use it.
History
Date User Action Args
2007-10-14 16:02:43bwurstsetspambayes_score: 0.0694603 -> 0.06946035
recipients: + bwurst
2007-10-14 16:02:43bwurstsetspambayes_score: 0.0694603 -> 0.0694603
messageid: <1192377763.05.0.280093607923.issue1277@psf.upfronthosting.co.za>
2007-10-14 16:02:42bwurstlinkissue1277 messages
2007-10-14 16:02:42bwurstcreate