From d1887c1b96b5a2e32984aa5696fa97c77c289afd Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 1 Nov 2023 15:56:05 +0800 Subject: mail/rubygem-actionmailbox71: Add rubygem-actionmailbox71 7.1.1 Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark, and SendGrid. You can also handle inbound mails directly via the built-in Exim, Postfix, and Qmail ingresses. The inbound emails are turned into InboundEmail records using Active Record and feature lifecycle tracking, storage of the original email on cloud storage via Active Storage, and responsible data handling with on-by-default incineration. These inbound emails are routed asynchronously using Active Job to one or several dedicated mailboxes, which are capable of interacting directly with the rest of your domain model. --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 99aead784f59..7dc4b7581784 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -587,6 +587,7 @@ SUBDIR += rubygem-actionmailbox60 SUBDIR += rubygem-actionmailbox61 SUBDIR += rubygem-actionmailbox70 + SUBDIR += rubygem-actionmailbox71 SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-actionmailer5 SUBDIR += rubygem-actionmailer50 -- cgit v1.2.3