coi-dev / ox-coi

OX COI Messenger - a Flutter app for the COI (Chat Over IMAP) standard
https://coi-dev.org
Mozilla Public License 2.0
176 stars 20 forks source link

COI sends empty messages to Mail-Client #594

Open matthesatox opened 4 years ago

matthesatox commented 4 years ago

Describe the bug Messages, sent to a COI user, should also be visible in E-Mail client. At the moment it is the case that the messages received by Mail client are empty.

To Reproduce Occurrence: always Steps to reproduce the behavior:

  1. Open a new chat or use an existing chat
  2. User A sends a message to user B
  3. User B receives the message in COI
  4. User B opens Mail-Client
  5. Check the received message

Expected behavior Message should also be visible in received mail

Screenshots If applicable, add screenshots to help explain your problem.

App information (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Internal Bug Tracker.

Boehrsi commented 4 years ago

On non-COI servers this is the case, on COI-enabled servers messages are moved directly. The AppSuite also hides the folders containing chat messages, as far as I remember.

matthesatox commented 4 years ago

I used https://appsuite.beta.coi.me/ for testing and expected that it's just working. It was just working in the past.

Boehrsi commented 4 years ago

Since this backend is COI enabled normally all mails are sorted + filtered (so hidden in the web UI). If they were shown before / are shown right now (empty) this probably wasn't intended.