2022-03-13 16:15:05 by Takahiro Kambe | Files touched by this commit (14) | |
Log message: www/ruby-rails70: update to 7.0.2.3 Changes are in devel/ruby-activestorage70 only. Rails 7.0.2.3 (March 08, 2022) * Added image transformation validation via configurable allow-list. Variant now offers a configurable allow-list for transformation methods in addition to a configurable deny-list for arguments. [CVE-2022-21831] |
2022-02-13 08:45:05 by Takahiro Kambe | Files touched by this commit (1) | |
Log message: mail/ruby-actionmailbox70: update to 7.0.2 7.0.2 (2022-02-08) * No changes. 7.0.2.1 (2022-02-11) * No changes. 7.0.2.2 (2022-02-11) * No changes. |
2022-01-16 15:08:57 by Takahiro Kambe | Files touched by this commit (1) | |
Log message: mail/ruby-actionmailbox70: update to 7.0.1 7.0.1 (2021-01-06) * No changes. |
2021-12-19 07:13:40 by Takahiro Kambe | Files touched by this commit (4) |
Log message: mail/ruby-actionmailbox70: add package version 7.0.0 Action Mailbox 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. This is for Ruby on Rails 7.0. |