RocketChat / RocketChat/Rocket.Chat

Email inboxes - formatting of emails

Open
#22,712 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

Description:

Emails received doesnt look right. Formatting is gone - that is understandable as rocket.chat message format might not support it. But all text is concatinated.

Is it a bug?

Steps to reproduce:
  1. Setup "Email inboxes"
  2. send email from gmail to rocket chat email inbox
  3. compare
Expected behavior:
  • paragraphs separated by space
  • lists (ordered / unordered) converted to * or 1, 2, 3
  • maybe even markdown format
Actual behavior:

image

becomes

image

Example 2
image

becomes
image

Server Setup Information:

Version
3.15.0
Deployment ID
s2Wtn8PWRwMh8mGMJ
Apps Engine Version
1.26.0
Node Version
v12.22.1
Database Migration
225 (22.06.21 17:55)
MongoDB
3.6.14 / wiredTiger (oplog Enabled)
Commit Details
HEAD: (55457025d)
Branch: HEAD
PID

Client Setup Information
  • Desktop App
  • Operating System: Windows

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named in the issue. Start by reproducing the Email inboxes flow with a Gmail message containing paragraphs and ordered or unordered lists, then trace how the incoming email becomes a Rocket.Chat message. Done means preserving paragraph spacing and representing lists without concatenating their text.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.