| Commit message (Expand) | Author | Age | Files | Lines |
* | SQLite3: Implement `add_foreign_key` and `remove_foreign_key` | Ryuta Kamizono | 2019-02-11 | 1 | -0/+1 |
* | Allow skipping incineration of processed emails | Pratik | 2019-02-06 | 6 | -1/+23 |
* | Allow changing text and blob size without giving the `limit` option | Ryuta Kamizono | 2019-01-29 | 1 | -5/+1 |
* | Revert "Apply `t.timestamps` changes in Action Text and Action Mailbox" | Ryuta Kamizono | 2019-01-29 | 2 | -1/+5 |
* | Apply `t.timestamps` changes in Action Text and Action Mailbox | Ryuta Kamizono | 2019-01-29 | 2 | -5/+1 |
* | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 1 | -5/+1 |
* | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -1/+1 |
* | enclosing body tag in conductor layout. | alkesh26 | 2019-01-20 | 1 | -0/+1 |
* | Check all provided attributes of the message | George Claghorn | 2019-01-19 | 1 | -9/+11 |
* | Fix that adding attachments lose a body | Yuichi Takeuchi | 2019-01-19 | 2 | -2/+23 |
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 2 | -1/+3 |
* | Allow using Action Mailbox on MySQL 5.5 | Ryuta Kamizono | 2019-01-18 | 3 | -9/+15 |
* | Use create_and_extract_message_id! to create an inbound email. | Pratik Naik | 2019-01-17 | 1 | -2/+1 |
* | Specify a name for [ message_id, message_checksum ] index to ensure the name ... | Pratik Naik | 2019-01-17 | 3 | -8/+8 |
* | Ensure Action Mailbox processes an email only once when received multiple times | Pratik Naik | 2019-01-17 | 6 | -15/+44 |
* | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 11 | -48/+48 |
* | Add 'null: false' to Action Mailbox table | ikepon | 2019-01-16 | 1 | -2/+2 |
* | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 7 | -52/+122 |
* | Add Postmark to the ingress lists [ci skip] | George Claghorn | 2019-01-10 | 1 | -1/+1 |
* | Tweak Postmark ingress docs [ci skip] | George Claghorn | 2019-01-09 | 1 | -5/+5 |
* | Merge pull request #34908 from robzolkos/fix-actionmailbox-json | George Claghorn | 2019-01-09 | 1 | -1/+1 |
|\ |
|
| * | Bring in all of aws-sdk-sns if using Amazon ingress | Rob Zolkos | 2019-01-09 | 1 | -1/+1 |
* | | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 3 | -0/+118 |
|/ |
|
* | add new frameworks to tasks/release.rb | Kevin Solorio | 2019-01-08 | 1 | -0/+2 |
* | add attachments to the new inbound mail | Lachlan Sylvester | 2019-01-07 | 5 | -1/+44 |
* | Test actiontext on Rails 6.0 | bogdanvlviv | 2019-01-05 | 1 | -0/+1 |
* | s/Active Mailbox/Action Mailbox/ [ci skip] | George Claghorn | 2019-01-01 | 1 | -1/+1 |
* | Fix links in ingress docs [ci skip] | George Claghorn | 2019-01-01 | 2 | -2/+2 |
* | Exclude ActionMailbox::Base#perform_processing and #finished_processing? from... | George Claghorn | 2019-01-01 | 1 | -2/+2 |
* | Document ActionMailbox::Base#bounce_with [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+1 |
* | Add load hook for ActionMailbox::TestCase | George Claghorn | 2018-12-31 | 1 | -0/+2 |
* | Add load hook for ActionMailbox::Base | George Claghorn | 2018-12-31 | 1 | -0/+2 |
* | Merge pull request #34833 from bogdanvlviv/add-changelog-file-to-actionmailbo... | George Claghorn | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Add CHANGELOG.md to actionmailbox gem specification | bogdanvlviv | 2018-12-31 | 1 | -1/+1 |
* | | Merge pull request #34831 from arunagw/bump-year-to-2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | | Add load hook for ActionMailbox::InboundEmail | George Claghorn | 2018-12-31 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #34825 from bogdanvlviv/change-migration-version-of-action... | George Claghorn | 2018-12-29 | 3 | -3/+3 |
|\ |
|
| * | Use 6.0 version of ActiveRecord::Migration for Action Mailbox | bogdanvlviv | 2018-12-30 | 3 | -3/+3 |
* | | Merge pull request #34812 from bogdanvlviv/action_mailbox-guides-docs | George Claghorn | 2018-12-29 | 1 | -267/+1 |
|\ \
| |/
|/| |
|
| * | Move some `actionmailbox/README.md` content to Action Mailbox Basics guide [c... | bogdanvlviv | 2018-12-30 | 1 | -267/+1 |
* | | Require railties for all Action Mailbox dependencies | George Claghorn | 2018-12-28 | 1 | -1/+6 |
* | | Remove frozen_string_literal pragma from Action Mailbox templates | George Claghorn | 2018-12-28 | 2 | -4/+0 |
* | | Fix broken Mailbox generator test | yuuji.yaginuma | 2018-12-28 | 1 | -2/+2 |
* | | Add missing quotes on Mailbox test template | yuuji.yaginuma | 2018-12-28 | 1 | -1/+1 |
|/ |
|
* | Fix Ruby warnings in actionmailbox | bogdanvlviv | 2018-12-27 | 1 | -1/+1 |
* | Improve actionmailbox's .gitignore and remove redundant files | bogdanvlviv | 2018-12-27 | 5 | -51/+4 |
* | Nest ActionMailbox::Base in the API docs (missed in 6c168aa) | George Claghorn | 2018-12-26 | 1 | -93/+95 |
* | Nest Action Mailbox classes in the API docs | George Claghorn | 2018-12-26 | 19 | -508/+546 |
* | Start an Action Mailbox changelog | George Claghorn | 2018-12-26 | 1 | -0/+3 |