Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note about UIDPLUS values #661

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dudewheresmycode
Copy link

@dudewheresmycode dudewheresmycode commented Nov 5, 2017

Updated docs to include note about UIDPLUS. See issue #660

Added note about `UIDPLUS` parameter in append callback. See issue mscdex#660
@@ -502,8 +502,9 @@ Connection Instance Methods
* **flags** - _mixed_ - A single flag (e.g. 'Seen') or an _array_ of flags (e.g. `['Seen', 'Flagged']`) to append to the message. **Default:** (no flags)
* **date** - _Date_ - What to use for message arrival date/time. **Default:** (current date/time)

`callback` has 1 parameter: < _Error_ >err.

`callback` has 2 parameters: < _Error_ >err., < _array_ >UIDs.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/err.,/err,/

`callback` has 1 parameter: < _Error_ >err.

`callback` has 2 parameters: < _Error_ >err., < _array_ >UIDs.
(Note: If the server supports the UIDPLUS capability, then the UID validity and message UID will be passed as an array as the second argument to your callback.)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Period can be dropped inside the parentheses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants