Skip to content

Bugfix / Add tables and blockquotes back to email

What does this MR do and why?

This PR replicates all discussions in this issue. Main idea is to bring back tables and blockquotes to email.

Screenshots or screen recordings

This how it was: Screenshot_2023-01-17_at_12.41.33

Now:

Screenshot_2023-01-13_at_14.26.48

How to set up and validate locally

  1. Download MIRO email example: miro_board.eml
  2. Update email with your projects email in Service Desk. This one eyero-ext+flightjs-flight-7-issue-@gitlab.com
  3. Start local env: gdk start
  4. Run bin/mail_room start
  5. Run spring rails c in gitlab directory.

Then in console:

raw = File.open("miro_board.eml").read
::ServiceDeskEmailReceiverWorker.new.perform(raw)

Go to the project issues and open newly created issue.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports