mishaturnbull / EmailGUI

Stress-test an email server.
https://mishaturnbull.github.io/EmailGUI/index.html
MIT License
0 stars 0 forks source link

After closing email edit window, all values are reset to previous flush #30

Closed mishaturnbull closed 6 years ago

mishaturnbull commented 6 years ago

When the email editor menu is closed, the GUIBase class initiates a data pull from the coordinator. This results in any values changed since the last menu -> coordinator datadump being restored to their previous value. Example:

  1. Start program
  2. Change values in text fields, such as the recipient address, from john@example.com to alice@example.com
  3. Open the email editor window
  4. Close the email edit window
  5. At this point, the recipient address will revert to john@example.com.