Skip to content

Commit

Permalink
Merge pull request #380 from vvo/patch-1
Browse files Browse the repository at this point in the history
docs(UIDPLUS): correct doc on copy/move
  • Loading branch information
mscdex committed Apr 18, 2014
2 parents bf6672d + 37a6e2f commit 23d11ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -664,7 +664,7 @@ Extensions Supported

* The callback passed to append() will receive an additional argument (the UID of the appended message): < _integer_ >appendedUID.

* The callback passed to append()/seq.append() will receive an additional argument (the UID(s) of the copied message(s) in the destination mailbox): < _mixed_ >newUIDs. `newUIDs` can be an integer if just one message was copied, or a string for multiple messages (e.g. '100:103' or '100,125,130' or '100,200:201').
* The callback passed to copy(), move(), seq.copy(), seq.move() will receive an additional argument (the UID(s) of the copied message(s) in the destination mailbox): < _mixed_ >newUIDs. `newUIDs` can be an integer if just one message was copied, or a string for multiple messages (e.g. '100:103' or '100,125,130' or '100,200:201').

* **RFC4551**

Expand Down

0 comments on commit 23d11ba

Please sign in to comment.