UAlbanyArchives / mailbagit

A tool for creating and managing Mailbags, a package for preserving email using multiple preservation formats
https://archives.albany.edu/mailbag/
MIT License
46 stars 2 forks source link

now warns if files exceed windows path limits #215

Closed gwiedeman closed 2 years ago

gwiedeman commented 2 years ago

Type of Contribution

What does this implement/fix? Explain your changes.

On Windows, mailbagit now checks to see if paths exceed 260 character limits for all derivatives and MSG and EML source files. MBOX and PST sources are not checked because of the way the parsers are structured, but I think this is okay as the derivatives are much more likely to cause issue because they append the internal email folder structures.

Link to issue?

88

Pull Request Checklist

Please check if your PR fulfills the following requirements:

How has this been tested?

Operating System: Win10 Python Version: 3.9.12

Licensing