aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-05 18:40:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-05 18:40:27 +0000
commitc5d04f810ca686591e1f8279a0648bc2040bd194 (patch)
treedf145921cb450a3c25d700355ca694728ca58ffe /mail/Makefile
parent5c8c6a4536f681e5af46d10be285277b13219c5c (diff)
downloadports-c5d04f810ca686591e1f8279a0648bc2040bd194.tar.gz
ports-c5d04f810ca686591e1f8279a0648bc2040bd194.zip
Add rubygem-actionmailbox60 6.0.2.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. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails/tree/master/actionmailbox
Notes
Notes: svn path=/head/; revision=525320
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d9c735079ced..37342ba52f88 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -582,6 +582,7 @@
SUBDIR += rspamd
SUBDIR += rspamd-devel
SUBDIR += rss2email3
+ SUBDIR += rubygem-actionmailbox60
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50