ConradIrwin / em-imap

An event machine based IMAP client
MIT License
69 stars 31 forks source link

uid_store wrong number of arguments #18

Open colinc opened 10 years ago

colinc commented 10 years ago

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.