linagora / tmail-flutter

A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
329 stars 75 forks source link

TF-3247 [SEARCH] Fix Cc is displayed when clicking quick search results #3248

Closed dab246 closed 1 month ago

dab246 commented 1 month ago

Issue

3247

Root cause

Resolved

https://github.com/user-attachments/assets/3e46d7fb-eff6-4b6d-827c-7de443613979

github-actions[bot] commented 1 month ago

This PR has been deployed to https://linagora.github.io/tmail-flutter/3248.

hoangdat commented 1 month ago

Hi @dab246 Quick search will be change frequently by user. From my point of view, please don't use FULL properties of GET method. Only add metadata properties. It will be good for performance.

WDYT? @chibenwa @Arsnael

dab246 commented 1 month ago

Hi @dab246 Quick search will be change frequently by user. From my point of view, please don't use FULL properties of GET method. Only add metadata properties. It will be good for performance.

WDYT? @chibenwa @Arsnael

Yes, we are doing that now, we only get the necessary and basic properties for opening an email. We don't get other properties like attachments, bodyValue, html.... here.

hoangdat commented 1 month ago

Ah, I misunderstand. srr.