discourse/lib/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
..
message_builder.rb FIX: PM participants listed inline 2018-06-11 18:14:25 -07:00
processor.rb ignore emails that are from the reply by email addresses (#5843) 2018-05-23 10:04:45 +02:00
receiver.rb FEATURE: Create hidden posts for received spam emails (#6010) 2018-07-05 11:07:46 +02:00
renderer.rb DEV: Rails 5.2 upgrade and global gem upgrade 2018-06-07 14:21:33 +10:00
sender.rb FEATURE: support disabling emails for non-staff users 2018-06-07 18:31:08 +05:30
styles.rb FIX: PM participants listed inline 2018-06-11 18:14:25 -07:00