-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-2602 Fix charset is not set when I attach a text/plain
attachment
#2634
TF-2602 Fix charset is not set when I attach a text/plain
attachment
#2634
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/2634. |
Hi BE team cc @chibenwa @quantranhong1999 , I found a problem: Desc:
Question:Is it wrong if I pass |
The contentype shall be specified when uploading the blob:
|
a5d0f76
to
ce1d975
Compare
ce1d975
to
28d7417
Compare
Screen.Recording.2024-03-19.at.08.47.31.online-video-cutter.com.mp4 |
28d7417
to
ece7e4a
Compare
@dab246 Should this PR be rebased to |
ece7e4a
to
cb089f5
Compare
Rebase on |
cb089f5
to
d589f39
Compare
|
…nt email on mobile Signed-off-by: dab246 <tdvu@linagora.com>
d589f39
to
c825855
Compare
Memory leakNo leak
Screen.Recording.2024-09-17.at.15.35.09.mov
Screen.Recording.2024-09-17.at.15.22.04.mov |
Issue
#2602
Solution
Use flutter_charset_detector to detect
charset
of the text file.Demo
Screen.Recording.2024-03-19.at.08.47.31.online-video-cutter.com.mp4
Log
Related
We can review this PR to help it quickly merge