Merge pull request #380 from vvo/patch-1

docs(UIDPLUS): correct doc on copy/move
fork
Brian White 10 years ago
commit 23d11baca0

@ -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**

Loading…
Cancel
Save