[ ] Bugfix (non-breaking change which fixes an issue)
[x] New component
[ ] Refactoring (no functional changes)
[ ] Documentation-only
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
[x] Issue closed
[ ] Remain open
Pull Request Checklist
Please check if your PR fulfills the following requirements:
[x] Make sure you are requesting to the develop branch. Don't PR to main!
[x] This contribution has sufficient documentation
[ ] Tests for the changes have been added
[x] All tests pass
How has this been tested?
Operating System: Win10
Python Version: 3.9.12
Licensing
[x] I agree that the Mailbag Project and the University at Albany, SUNY can release this code under the MIT license.
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