Welcome to my Github profile 👋
I'm Andris Reinman, a software developer from Tallinn, Estonia. Most people know me as the author of Nodemailer, the email sending library for Node.js. I'm also the author of an IMAP server called WildDuck and an MTA server ZoneMTA. There are also a bunch of other code libraries, most related to – you probably guessed it – email.
Currently, my main project I work on is EmailEngine, a headless email client application that hides away all the complexities of IMAP. EmailEngine allows users to access IMAP and SMTP accounts over an HTTP REST API, and it also sends webhooks whenever something happens on a tracked email account.
IMAP and SMTP are hard, so let EmailEngine handle these for you. Run REST API calls to interact with email servers and receive webhooks for changes on tracked email accounts.