Open a7p opened 2 years ago
There is a new fork of paperless-ng called paperless-ngx. I'd appreciate, if you could open a bug report there. If the new fork gets enough traction, I'll submit a PR here to point to the new version.
I'd appreciate, if you could open a bug report there.
but it's not a bug, it's just ignoring a dependency restriction on nixpkgs side. requirements and code regarding imap-tools is exactly the same in paperless-ng and paperless-ngx, also there's no pending PR in paperless-ngx that'd make it work with newer versions of imap-tools. Thank's for pointing me to paperless-ngx - the nature of the tool really requires longvivity.
I could create a PR overriding the used imap-tools
version - is that the way to go?
ah sorry, I must have overlooked that part.
I could create a PR overriding the used imap-tools version - is that the way to go?
Yes, I'd think so. At least for now. For the long run, we'd need to update the dependency on paperless.
Notify maintainers
@dotlambda
I've never been a maintainer of paperless-ng. The maintainers are @erikarvstedt and @Flakebi.
If the new fork gets enough traction, I'll submit a PR here to point to the new version.
definitelyseems like that, going by https://github.com/jonaswinkler/paperless-ng/issues/1599 and https://github.com/jonaswinkler/paperless-ng/issues/1632. The paperless-ngx repo has 1.8k stars already at this point, has almost daily active commits by contributors previously active on -ng, and seems to be mostly recognized as the new upstream.
@a7p is this still an issue? Have you tried the paperless-ngx 1.6 version?
This can obviously be closed.
Describe the bug
Fetching email won't work.
Steps To Reproduce
Steps to reproduce the behavior:
mail.log
Expected behavior
Mail get's fetched
Additional context
paperless-ng's requirements pin
imap-tools==0.46.0
https://github.com/jonaswinkler/paperless-ng/blob/master/requirements.txt#L48The used nixpkgs version is at 0.50.2 https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/imap-tools/default.nix#L10
Mailbox.seen
got deprecated in 0.46 and was removed 0.47 in https://github.com/ikvk/imap_tools/blob/f070869d3d9f4f4d82ae6683bee6211a7b571eb2/docs/release_notes.rst#0470Notify maintainers
@dotlambda
Metadata