-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPO UNMAINTAINED #45
Comments
Unfortunately your fork seems to throw "unexpected EOF" errors on simple emails with replies, so I unfortunately can't recommend folks use it at this time. |
It has the same test suite as this repo, with couple of more cases added. You can create an issue in my fork and provide a test case which fails. Thanks. |
@k3a, your fork doesn't have the Issues tab enabled. |
ah, strange. Fixed now! |
Sadly, this repo has not been updated in more than 3 years and it doesn't look like it will ever be. The library is pretty nice, it just misses some important functionality regarding content-transfer-encoding which was provided by PRs but never merged.
So I decided to create the new fork with CI and integrate all open PRs into it:
Some of them required manual merging but the resulting code should be correct, hopefully.
The fork is a drop-in replacement (just change the import to
github.com/k3a/parsemail
). I will attempt to keep the API the same. If you miss some functionality, feel free to contribute to the fork.I've also made a separate branch with integrated PRs which is directly mergeable into this original repo in case it resurrects but I won't update that branch going forward.
The text was updated successfully, but these errors were encountered: