Merged
Conversation
- Add EmailSender class Signed-off-by: Misha Turnbull <[email protected]>
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 <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Settings reorganization Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Fix enough bugs that we can actually open a connection now! Signed-off-by: Misha Turnbull <[email protected]>
Aaaaaaalmost works. Experiments in procedural GUI generation. Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
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 <[email protected]>
- Still mysteriously hangs when updating the progress bar Signed-off-by: Misha Turnbull <[email protected]>
Code is now more according to PEP8 standards Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
What the fuck. Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Apparently running flake8 locally gives different results... weird. Signed-off-by: Misha Turnbull <[email protected]>
Python 2.7 will eventually be dropped Signed-off-by: Misha Turnbull <[email protected]>
Program rewritten from ground up
Signed-off-by: Misha Turnbull <[email protected]>
I'm a dumbass. Signed-off-by: Misha Turnbull <[email protected]>
Also reverted to default color scheme (potential for change later) Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Based on sub-menu self reporting Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Cool! Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Gotta give all the IDE's a fair shot. Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
One for initial connection, and one for a blocking retry connection Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
If a resend is initiated without a reset command first, automatically reset. Add counters for retrying dropped and established connections separately Signed-off-by: Misha Turnbull <[email protected]>
Now allows for duplicates and much more sensible ways of doing things! Signed-off-by: Misha Turnbull <[email protected]>
Remove old crud from prereqs module Signed-off-by: Misha Turnbull <[email protected]>
Fix minor, but unexpected, bug in connection establish authentication step. Signed-off-by: Misha Turnbull <[email protected]>
Redo the manner in which the editor menu flushes data back down to its handlers. Signed-off-by: Misha Turnbull <[email protected]>
Not as advanced threading as the sending interface, but threading nonetheless. Signed-off-by: Misha Turnbull <[email protected]>
1682e93 to
543346b
Compare
Signed-off-by: Misha Turnbull <[email protected]>
Signed-off-by: Misha Turnbull <[email protected]>
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.
Development mode for version 2. Program was rewritten completely, needs to be updated. See project 2 for details.