EmailEngine Enabling secrets encryption By default EmailEngine stores all data in cleartext which is fine for testing but maybe not so much for production. This is why EmailEngine offers a field level encryption option that encrypts all sensitive fields like account passwords, access and refresh tokens.
EmailEngine Data and security compliance In this post I'm going to address different security related topics, how EmailEngine handles these and what are the concerns. I'll also list all the data that is stored by EmailEngine.
EmailEngine Featured Setting up Gmail OAuth2 In this post I'm going to show you how to set up a Gmail OAuth2 application and to generate credentials to use with EmailEngine.
ImapFlow Mailbox locking in ImapFlow ImapFlow library allows to open folders in an IMAP account via two different methods, that are mailboxOpen(path) and getMailboxLock(path). What is the actual difference and why would you need something like that?
EmailEngine Tracking email replies Reply tracking is useful when building integrations with users’ email accounts. Let’s say our service sends out emails as if these were sent by the user, eg. automated sales emails, and now the recipient replies to such message.
EmailEngine Tracking deleted messages on an IMAP account While it is pretty easy to get the current snapshot state of a mailbox, and it is not hard to track new emails coming in, one particular change is usually quite challenging to follow. That is message deletions.