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 Measuring Inbox/Spam placement One common use case for syncing an IMAP mailbox with EmailEngine is to measure if emails are going to INBOX (or in Gmail's case, to promotions) or to the Spam folder.
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.