xpensia / ImapServer

IMAP Server module for Nodejs
81 stars 17 forks source link

Auth documentation mis-leading #12

Open seanmcilvenna opened 7 years ago

seanmcilvenna commented 7 years ago

The auth documentation on the main page of the repo is a bit misleading. It should mention that: 1) The chunk of code in the example for auth belongs in a hand-crafted plugin file 2) In the plugin file, it is "module.exports.auth_plain = WrapAuthPlain(..."