Sends a COPY command to copy the
specified message(s) to the end of the specified destination
mailbox. The set parameter is a number, an array of
numbers, or a Range object. The number is a
message sequence number.
# File lib/net/imap.rb, line 853
def copy(set, mailbox)
copy_internal("COPY", set, mailbox)
end