Peter Otten <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> > Having got my Python 2.5.2 installed I'm trying some things out with
> > the mailbox.Maildir() class.
> >
> > If I do the following:-
> >
> > import maibox
> > mailbox.Maildir("/home/isbd/Mail/Li/pytest")
> >
> > th
[EMAIL PROTECTED] wrote:
> Having got my Python 2.5.2 installed I'm trying some things out with
> the mailbox.Maildir() class.
>
> If I do the following:-
>
> import maibox
> mailbox.Maildir("/home/isbd/Mail/Li/pytest")
>
> then the pytest Maildir mailbox is created - which is great but