On 2020-06-01 at 18:34 +0200, Herr Oswald wrote:
pkg_resources.DistributionNotFound: The 'mboxattachments==0.5.35' distribution was not found and is required by the application Can somebody give me a useful hint? Cheers, Wolf
The error suggests the python package wasn't installed properly, since it is complaining it cannot find itself. Once you make it work, it currently only deals with mbox files, but it is easy to make it work with Maildirs, the code is "almost there". Just a couple of lines to create a mailbox.Maildir instead of a mailbox.mbox. See the attached patch. I'm copying the upstream author so he can integrate the change into the module. Best regards
Attachment:
mboxattachments-maildir.diff
Description: Text Data