copy(set, mailbox)
public
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.
Show source
def copy(set, mailbox)
copy_internal("COPY", set, mailbox)
end