Skip to content
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

IMAP.fetch returns empty string #96

Open
mpscholten opened this issue Aug 26, 2023 · 0 comments
Open

IMAP.fetch returns empty string #96

mpscholten opened this issue Aug 26, 2023 · 0 comments

Comments

@mpscholten
Copy link
Contributor

I was previously running v0.6.0.2 and all my IMAP operations were working fine.

Now I have updated to the latest master version and the fetch operation returns empty strings for some reason:

message <- IMAP.fetch connection uid
-- message == ""

The v0.6.0.2 version of this library works fine when connecting to the same mailbox and fetching the same UID, so it seems to be a recent change.

I've tried out multiple commits, and ea7dd9d2c66c82f464e687239befee3e3f283d17 is the last one that works.

When running with the next commit b6fed67 I get an empty fetch result again. I guess it's somehow related to the change there in the lookup' function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant