cypht-org / cypht

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

Always have send button enabled on compose page #1068

Open josaphatim opened 3 months ago

josaphatim commented 3 months ago

🐛 Bugreport

There is a 30 second save interval in the draft page during which the form data is saved in draft. For people with slow internet connection, it takes too long and the send button is disabled during this process. It's frustrating waiting for it to finish to finally send the form.

Version & Environment

All versions are concerned

Steps to reproduce

  1. Go to compose page
  2. Wait 30 seconds
  3. You will see the send button disabled
marclaporte commented 2 weeks ago

@GedeonTS Can you reproduce this issue?

GedeonTS commented 2 weeks ago

I could reproduce it when I did not have an smtp server configured, but once I added it, the button wasn't being desabled, is this the way it should work? @marclaporte @josaphatim