Merged
Conversation
- Add EmailSender class Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Removed the do_abort attribute from EmailSender and now use the handler's do_abort switch for abort mode detection Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Settings reorganization Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Fix enough bugs that we can actually open a connection now! Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Aaaaaaalmost works. Experiments in procedural GUI generation. Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Owner
Author
|
At this point the program is usable, albeit quite buggy. |
After the first email, program halts. If I click the 'cancel' button on iPython, the program resumes and happily sends the rest of the emails. Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
- Still mysteriously hangs when updating the progress bar Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Code is now more according to PEP8 standards Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Owner
Author
|
Many bugs have been fixed. Now entering code cleanup for the TravisCI checks to pass then merge-prep. |
Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Apparently running flake8 locally gives different results... weird. Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Python 2.7 will eventually be dropped Signed-off-by: Misha Turnbull <mishaturnbull@gmail.com>
Owner
Author
|
Checks are successful. Assuming weird behavior in flake8 and merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See project #3 for more details.
At no point is code on this PR expected to be usable in any manner until otherwise specified.
This PR should eventually be a complete rewrite of most, if not all, program internals and externals. tl;dr: the entire thing.