aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/controllers/rails/conductor/action_mailbox
Commit message (Collapse)AuthorAgeFilesLines
* Fix filenames of attachments created via the inbound email conductorKyle Keesling2019-07-251-1/+1
| | | | controller passed along attachment file paths instead of their filenames
* Include BCC in the mail that sent from the development pageyuuji.yaginuma2019-06-201-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 bodyYuichi Takeuchi2019-01-191-1/+1
|
* Use create_and_extract_message_id! to create an inbound email.Pratik Naik2019-01-171-2/+1
| | | | This makes sure the created email has checksum and message id columns set.
* add attachments to the new inbound mailLachlan Sylvester2019-01-071-1/+5
|
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-262-33/+37
|
* Import Action MailboxGeorge Claghorn2018-12-252-0/+46