Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix filenames of attachments created via the inbound email conductor | Kyle Keesling | 2019-07-25 | 1 | -1/+1 |
| | | | | controller passed along attachment file paths instead of their filenames | ||||
* | Include BCC in the mail that sent from the development page | yuuji.yaginuma | 2019-06-20 | 1 | -0/+1 |
| | | | | | The BCC should be included as we show input field for BCC in view. https://github.com/rails/rails/blob/bf625f7fecabbcda22b388e088ad5c29016b2385/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb#L21-L24 | ||||
* | Fix that adding attachments lose a body | Yuichi Takeuchi | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Use create_and_extract_message_id! to create an inbound email. | Pratik Naik | 2019-01-17 | 1 | -2/+1 |
| | | | | This makes sure the created email has checksum and message id columns set. | ||||
* | add attachments to the new inbound mail | Lachlan Sylvester | 2019-01-07 | 1 | -1/+5 |
| | |||||
* | Nest Action Mailbox classes in the API docs | George Claghorn | 2018-12-26 | 3 | -41/+47 |
| | |||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 3 | -0/+58 |