Patrick Gansterer
|
47d9c79617
|
Use ActiveJob instead of Resque directly
This allows us to directly pass entities to the job.
|
2021-03-08 12:30:58 +01:00 |
|
Patrick Gansterer
|
ea2862fdef
|
Run rubocop --fix-layout and remove encoding comments
|
2021-03-02 09:12:19 +01:00 |
|
Patrick Gansterer
|
f5bbe0d5ae
|
Fix exception for blank body in SMTP server
|
2020-07-30 17:19:49 +02:00 |
|
Patrick Gansterer
|
42e0ce86a8
|
Throw a SMTP exception when the body is blank in a received message
|
2020-02-18 19:46:48 +01:00 |
|
Patrick Gansterer
|
7f375baf49
|
Send e-mail message reply only to original sender
|
2020-02-18 19:37:51 +01:00 |
|
Patrick Gansterer
|
f8148e7d30
|
Store message receivers in a new table instead of in a serializied value
|
2019-10-29 13:40:11 +01:00 |
|
Patrick Gansterer
|
52f322bf6e
|
Allow empty subjects when receiving reply messages via SMTP
|
2019-02-05 23:31:31 +01:00 |
|
Patrick Gansterer
|
8e593f8629
|
Support receiving of signed multipart mails in messages plugin
|
2017-10-19 14:58:26 +02:00 |
|
Patrick Gansterer
|
499758edc4
|
Convert received mail to default encoding
This fixes a problem when the received mail does not use UTF-8 as encoding.
|
2017-10-10 18:01:32 +02:00 |
|
Patrick Gansterer
|
e017a1196e
|
Improve the interface of FoodsoftMailReceiver
|
2017-10-03 17:26:33 +02:00 |
|
Patrick Gansterer
|
185f682f6c
|
Remove useless text from received mails via the email_reply_trimmer gem
|
2017-09-30 18:06:03 +02:00 |
|
Patrick Gansterer
|
ecdf3bc147
|
Add simple support for receiving HTML mails
Create a plain text document by removing all HTML tags with Nokogiri.
|
2017-09-30 18:01:26 +02:00 |
|
Patrick Gansterer
|
7d594bf391
|
Move SMTP server from messages plugin into core
|
2017-09-30 13:44:04 +02:00 |
|