discourse/lib/email
Guo Xiang Tan 142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
message_builder.rb FEATURE: add setting which adds group name to PM email subject (#5475) 2018-02-19 10:20:17 +01:00
processor.rb suppress rejection email when email was sent to mailinglist mirror category 2017-11-17 15:29:14 +01:00
receiver.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
renderer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
sender.rb Switch ids in References-Header field of mails. (#5567) 2018-02-22 10:48:23 +01:00
styles.rb UX: add onebox favicon styling in email 2017-12-05 14:08:30 +05:30