* Add required server option
* Use plan_resume() instead of the resume_task system
* Retry articles on required servers after connection failure
* Update comment to match new code
* Remove unnecessary try
* Implement regex to match the filename in the content-disposition header.
The following srings will match:
filename=Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb; filename*=UTF-8''Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb
filename=Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb;
filename*=UTF-8''Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb
* Missed quote
* Implement the mailbox/Message solution
* Add basic tests
* Add `attachment;`
* Add example with attachment.
* Fix some linting.
* Added edge case tests.
* Added comment.
* Added test to include path elements.
* Only try the content-disposition header when it has `filename` in it
* Project uses double quotes.
* Update test.
* Add `attachment;`
* black formatter
* remove release names.
* trailing commas
* quote enclosures
* Always deobfuscate names from par2
* Different par2 test
* Different par2 test take 2
* Make par2 filename decoding optional and add some typing
* Rename variable
* record new files generated based on par2
* record new files generated based on par2
* test first par2 based renaming, then deobfuscate obfuscated names
* remove commented-out line
* corrected contents zip-file
* try again, github
* try again, github