emauth-authenticate
v0.0.1
Published
Authentication through IMAP
Downloads
47
Readme
emauth-authenticate
A tiny function to authenticate through an IMAP server with no dependencies.
import authenticate from "emauth-authenticate"
const success = await authenticate(host, port, email, password)