node-imapnotify
node-imapnotify copied to clipboard
Post Command Not Fired
On line 243, the last argument of the ?: construct is command when it should be postCommand. This means the on notify command is fired twice, but the post command never.
Indeed, I get the same issue, and it's a one-line fix.
This should be fixed with PR #20