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
Calling uid_store results in the error "wrong number of arguments (5 for 4)"
In lib/em-imap/client.rb on line 342, uid_store calls store_internal("UID", "STORE", seq, name, value) which is only expecting 4 arguments.
The text was updated successfully, but these errors were encountered:
Fix uid_store command
3998589
This fix the extra param in store_internal arguments This should fix the problem at ConradIrwin#18
Merge remote-tracking branch 'origin/patch-1'
aa3a25a
in store_internal arguments This should fix the problem at ConradIrwin#18 (cherry picked from commit 3998589)
No branches or pull requests
Calling uid_store results in the error "wrong number of arguments (5 for 4)"
In lib/em-imap/client.rb on line 342, uid_store calls store_internal("UID", "STORE", seq, name, value) which is only expecting 4 arguments.
The text was updated successfully, but these errors were encountered: