cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 146 forks source link

Add external resources handling for inline message style #1002

Closed jacob-js closed 1 month ago

jacob-js commented 2 months ago

https://github.com/cypht-org/cypht/issues/985

PaulTGG commented 1 month ago

In order for this PR to work on inline messages, you first have to open a message individually, and not in inline view. Then the added controls will show up in the inline view for that particular message. They don't show up by default.

jacob-js commented 1 month ago

In order for this PR to work on inline messages, you first have to open a message individually, and not in inline view. Then the added controls will show up in the inline view for that particular message. They don't show up by default.

I agree with you @PaulTGG. https://github.com/cypht-org/cypht/pull/1014 addresses the problem.