You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't always replicate this: sometimes when a custom yet correct "From" is used:
name123 <something_custom@my_domain123.com>
there will arrise an JS alert, preventing me from sending an email:
Error: Saving draft: parsing From address: mail: invalid string
If I click "Close" or "Cancel", a "reply email" popup won't close. Even if I edit an email, an error will persist. Only reopening the browser tab will cure this.
Other times the same address won't cause any error, a message will get sent well.
What's the matter?
The text was updated successfully, but these errors were encountered:
If I click "Close" or "Cancel", a "reply email" popup won't close. Even if I edit an email, an error will persist. Only reopening the browser tab will cure this.
I've seen this happen too. Will investigate. For me it happened when sending a message while I had connectivity issues (i.e. I understood why it failed). Not sure why it would happen with a correct From address. If you've found any pattern in the mean time, or ways to reliably trigger this, let me know.
…age failed
we kept the "save draft" promise, and would wait for it again for other
operations (eg close, save again, send), which wouldn't make progress.
can easily be reproduced by saving a message with a control character in an
address or the subject. saving the draft will fail.
for issue #256 by ally9335, thanks for reporting
I can't always replicate this: sometimes when a custom yet correct "From" is used:
name123 <something_custom@my_domain123.com>
there will arrise an JS alert, preventing me from sending an email:
Error: Saving draft: parsing From address: mail: invalid string
If I click "Close" or "Cancel", a "reply email" popup won't close. Even if I edit an email, an error will persist. Only reopening the browser tab will cure this.
Other times the same address won't cause any error, a message will get sent well.
What's the matter?
The text was updated successfully, but these errors were encountered: