Closed marclaporte closed 1 month ago
This has been discussed before somewhere. I think the problem was which email part to choose (emails nowadays are heavily multipart and heavily nested) and conversions between mime types (this second issue is though solvable by making a plain copy & paste while keeping the mime type and compose in that mime type - in case composition in that mime type is unsupported the user will get empty screen with a message Composition/editing of image/svg+xml
MIME type not supported. Please switch to another Compose view. whereas switching the compose view would do the smart conversion potentially losing formatting or the whole contents etc.).
Work in progress: https://github.com/cypht-org/cypht/pull/1080
One is forward the whole thing as one attachment, without any modifications. The other is forward by converting to text that I can modify before I send. I usually the later, but I know Jason prefers the former.
Related: https://github.com/jasonmunro/cypht/pull/558 https://github.com/jasonmunro/cypht/issues/557