Skip to content

Commit

Permalink
fix(docs): Fixed mailbox property name in AppendResponseObject
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 26, 2023
1 parent 17aa6a8 commit ca6d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imap-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ class ImapFlow extends EventEmitter {
/**
* @typedef {Object} AppendResponseObject
* @global
* @property {String} path full mailbox path where the message was uploaded to
* @property {String} destination full mailbox path where the message was uploaded to
* @property {BigInt} [uidValidity] mailbox `UIDVALIDITY` if server has `UIDPLUS` extension enabled
* @property {Number} [uid] UID of the uploaded message if server has `UIDPLUS` extension enabled
* @property {Number} [seq] sequence number of the uploaded message if path is currently selected mailbox
Expand Down

0 comments on commit ca6d789

Please sign in to comment.