cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
1k stars 161 forks source link

Maybe we should have 2 forwarding actions, like Nextcloud Mail? #605

Closed marclaporte closed 1 month ago

marclaporte commented 2 years ago
2022-08-24_091525

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

dumblob commented 2 years 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.).

dumblob commented 2 years ago

Related: https://github.com/jasonmunro/cypht/issues/12 https://github.com/jasonmunro/cypht/issues/382

amaninyumu1 commented 5 months ago

https://github.com/cypht-org/cypht/pull/1080 Forward

marclaporte commented 4 months ago

Work in progress: https://github.com/cypht-org/cypht/pull/1080