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

Being mistakenly warned about an empty email body #1000

Closed PaulTGG closed 1 month ago

PaulTGG commented 2 months ago

🐛 Bugreport

866 was done to allow sending emails where there is no text in the body. Since then, the compose page has been updated, and now, it's possible to get the message warning of an empty email body when there actually is text in the body. Not sure if this also has something to do with the visual glitch where the word "message" appears over the toolbar (also seen in the screenshot below).

send error

Version & Environment

Rev: 492f634

Steps to reproduce

  1. Compose an email
  2. Type in the recipient and subject
  3. Add text to the body
  4. Click Send. The message pops up.
jacob-js commented 1 month ago

PR https://github.com/cypht-org/cypht/pull/1006

PaulTGG commented 1 month ago

I still have the same issue with the latest master as of this moment (117f04b). bodynotempty

jacob-js commented 1 month ago

@PaulTGG Sure, the PR is still open. On master, you should still be getting the same behavior. Maybe try it directly from the pull request?

PaulTGG commented 1 month ago

@jacob-js Sorry about that - I wasn't paying close attention. I tried from the PR, and it works now, thanks!