t-lo opened a new pull request, #262: URL: https://github.com/apache/incubator-ponymail-foal/pull/262
Ran into issues recently when trying to use the mailbox import feature - for a Maildir mailbox in my case but I don't think that matters, mbox is likely affected, too. The Python mailbox module's `get_file()` function only takes a single argument (two when counting the object's "self" reference), see https://docs.python.org/3/library/mailbox.html#mailbox.Maildir.get_file. This simple one-line change change removes the spurious `...,True)` argument to un-break mailbox import. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org