aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
* Fix Bcc header missing with emails from conductor and test helpersJohn Duff2019-07-264-1/+39
* Correct assertion argument orderGeorge Claghorn2019-07-251-2/+1
* Fix filenames of attachments created via the inbound email conductorKyle Keesling2019-07-252-1/+3
* Test against all sent attributesyuuji.yaginuma2019-06-231-0/+2
* Include BCC in the mail that sent from the development pageyuuji.yaginuma2019-06-202-0/+3
* Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-051-2/+3
* Remove `frozen_string_literal` magic comment from template fileyuuji.yaginuma2019-05-291-2/+0
* Add CHANGELOG entryJames Dabbs2019-05-091-0/+2
* Delegate to the correct method in `ActionMailbox.mailbox_for`James Dabbs2019-05-051-1/+1
* Rename variable to represent typeJames Dabbs2019-05-051-2/+2
* Expose `mailbox_for` methodJames Dabbs2019-05-044-5/+28
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-19/+3
* Remove the Amazon SES ingressGeorge Claghorn2019-04-148-98/+9
* Fix loading `ActionMailbox::BaseController` when CSRF protection is disabledyuuji.yaginuma2019-04-111-1/+1
* FIX: ActionMailbox test helper argument listKyle Zhao2019-04-091-6/+6
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Tweaks CHANGELOGs and docs [ci skip]Ryuta Kamizono2019-03-311-0/+1
* Add secret token for action mailbox testseileencodes2019-03-131-0/+1
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-1/+6
|\
| * Prep releaseeileencodes2019-03-112-1/+6
* | Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to...Ryuta Kamizono2019-03-092-2/+2
|\ \
| * | Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
| |/
* | Upgrade webpack-dev-server version in test appsSharang Dashputre2019-03-092-435/+229
* | Use the latest stable release of webpackerSharang Dashputre2019-03-092-2001/+3714
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-252-1/+3
* Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`Ryuta Kamizono2019-02-111-0/+1
* Allow skipping incineration of processed emailsPratik2019-02-066-1/+23
* Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-5/+1
* Revert "Apply `t.timestamps` changes in Action Text and Action Mailbox"Ryuta Kamizono2019-01-292-1/+5
* Apply `t.timestamps` changes in Action Text and Action MailboxRyuta Kamizono2019-01-292-5/+1
* Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-5/+1
* Changed webserver to web server.alkesh262019-01-221-1/+1
* enclosing body tag in conductor layout.alkesh262019-01-201-0/+1
* Check all provided attributes of the messageGeorge Claghorn2019-01-191-9/+11
* Fix that adding attachments lose a bodyYuichi Takeuchi2019-01-192-2/+23
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* Allow using Action Mailbox on MySQL 5.5Ryuta Kamizono2019-01-183-9/+15
* Use create_and_extract_message_id! to create an inbound email.Pratik Naik2019-01-171-2/+1
* Specify a name for [ message_id, message_checksum ] index to ensure the name ...Pratik Naik2019-01-173-8/+8
* Ensure Action Mailbox processes an email only once when received multiple timesPratik Naik2019-01-176-15/+44
* Fix document formatting on ActionMailbox [ci skip]colorbox2019-01-1711-48/+48
* Add 'null: false' to Action Mailbox tableikepon2019-01-161-2/+2
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-127-52/+122
* Add Postmark to the ingress lists [ci skip]George Claghorn2019-01-101-1/+1
* Tweak Postmark ingress docs [ci skip]George Claghorn2019-01-091-5/+5
* Merge pull request #34908 from robzolkos/fix-actionmailbox-jsonGeorge Claghorn2019-01-091-1/+1
|\
| * Bring in all of aws-sdk-sns if using Amazon ingressRob Zolkos2019-01-091-1/+1