Andris Reinman

IMAP API — Headless email client to access email accounts via REST API

1
IMAP API is a self hosted headless email client. It allows to make requests against an IMAP server via REST API calls. It also keeps an eye on the changes and sends webhook notifications whenever a new email is received or something else happens on the account.

Add a comment

Replies
Best
Andris Reinman
I created IMAP API mostly to detect deletions in an IMAP account. It is fairly easy to list currently existing emails on an account but quite difficult to get information about messages that got deleted. I also wanted to get that information as near-time as possible, so IMAP API sends out webhooks for any kind of changes it detects on an email account.