We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
fetch
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.
ea7dd9d2c66c82f464e687239befee3e3f283d17
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.
lookup'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: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.The text was updated successfully, but these errors were encountered: