discourse/spec/components/email
Guo Xiang Tan 96c02caba7
DEV: Change use of Redis `flushall` to `flushdb`.
FLUSHALL removes all keys from all databases. Instead we only want to
remove keys from the current Redis database.
2020-05-19 10:20:00 +08:00
..
authentication_results_spec.rb enqueue spam/dmarc failing emails instead of hiding (#8674) 2020-01-21 11:12:00 -05:00
cleaner_spec.rb FEATURE: Remove attachments and truncate raw field for incoming emails (#8253) 2019-10-30 16:54:35 +11:00
email_spec.rb DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
message_builder_spec.rb FIX: customized email subjects was ignored for some notifications 2020-01-29 14:49:08 -05:00
processor_spec.rb DEV: Change use of Redis `flushall` to `flushdb`. 2020-05-19 10:20:00 +08:00
receiver_spec.rb FIX: Specific email error for replies to digest emails (#9770) 2020-05-14 09:04:58 -05:00
renderer_spec.rb DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
sender_spec.rb FIX: Add topic deleted check to email/sender (#9166) 2020-03-13 10:04:15 +10:00
styles_spec.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00