discourse/spec/components/email
Patrick Gansterer 28dd7fb562 FEATURE: Create hidden posts for received spam emails (#6010)
* Add possibility to add hidden posts with PostCreator

* FEATURE: Create hidden posts for received spam emails

Spamchecker usually have 3 results: HAM, SPAM and PROBABLY_SPAM
SPAM gets usually directly rejected and needs no further handling.
HAM is good message and usually gets passed unmodified.
PROBABLY_SPAM gets an additional header to allow further processing.
This change addes processing capabilities for such headers and marks
new posts created as hidden when received via email.
2018-07-05 11:07:46 +02:00
..
email_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
message_builder_spec.rb FIX: PM participants listed inline 2018-06-11 18:14:25 -07:00
processor_spec.rb ignore emails that are from the reply by email addresses (#5843) 2018-05-23 10:04:45 +02:00
receiver_spec.rb FEATURE: Create hidden posts for received spam emails (#6010) 2018-07-05 11:07:46 +02:00
renderer_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
sender_spec.rb FEATURE: support disabling emails for non-staff users 2018-06-07 18:31:08 +05:30
styles_spec.rb Re-enable skip tests for Email::Styles. 2017-07-24 23:16:54 +09:00