Skip to content

Commit

Permalink
Updated filter in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaz committed May 2, 2014
1 parent 144b284 commit 059858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var mailListener = new MailListener({
tls: true,
tlsOptions: { rejectUnauthorized: false },
mailbox: "INBOX", // mailbox to monitor
searchFilter: "UNSEEN", // the search filter being used after an IDLE notification has been retrieved
searchFilter: ["UNSEEN", "FLAGGED"], // the search filter being used after an IDLE notification has been retrieved
markSeen: true, // all fetched email willbe marked as seen and not fetched next time
fetchUnreadOnStart: true, // use it only if you want to get all unread email on lib start. Default is `false`,
mailParserOptions: {streamAttachments: true} // options to be passed to mailParser lib.
Expand Down

0 comments on commit 059858e

Please sign in to comment.