em-imap icon indicating copy to clipboard operation
em-imap copied to clipboard

uid_store wrong number of arguments

Open colinc opened this issue 11 years ago • 0 comments

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.

colinc avatar Jan 09 '14 19:01 colinc