Open jjasghar opened 10 years ago
The cause is a deprecated field in the Imap Library. mail-listener was updated to mail-listener2 to fix this. See: https://github.com/circuithub/mail-listener/issues/30
I also had to change hubot-mail-notifier a bit and change "mail:parsed" to just "mail".
I'm attempting to walk through this and i'm getting this error starting up
bin/hubot
.It looks like it doesnt like how this line: https://github.com/matteoagosti/hubot-mail-notifier/blob/master/src/mail-notifier.coffee#L47 Can't seem to create the
config
object?Any suggestions on what i can to do to fix this? Thanks in advance!