Releases: mishaturnbull/EmailGUI
Version 2.0.0 Beta
Complete rewrite of the entire program. Overall, 2,900 lines of code changed on PR #25. With this PR, a lot of issues will be closed as the older buggy code is no longer present to cause bugs. There are also quite a lot of new features:
- GUI redesign, to include a notebook style settings menu
- Realtime debugging enable/disable
- More in-depth controls over connection, including the ability to use/not use
STARTTLS
andAUTH
commands (if supported by the server) - RFC 5322 grammar checker for email addresses to verify
- Multithreading behavior refactor that addresses issue #22
- Custom header values
- Add custom headers
- Framework is in place for future tag forgery such as SPF or DKIM forging attempts (will look into)
As a whole, the entire program is now far more extensible and well-designed. This means that it will be much easier to incorporate more features in the future.
This is a beta release! I have had intermittent issues with threads breaking out of the main loop unexpectedly and am trying to figure out the cause for this.
v1.3.0
This release includes a couple new features, multiple bugfixes, and the code is now broken into multiple files!
Among the new features are a checkbox selector for whether or not to forge a sender, and if so, whether to set it equal to the 'to' address to facilitate an increase in backscatter spam.
This will likely be the last update before v2.0.0 which is now being planned.
v1.2.0
New stuff!
Kinda.
One more checkbox, and a few less bugs.
v1.1.6
Nothing new, but it works properly now! From this point on, active development will be done on the develop
branch and master
will be for production and/or hotfixes only.