Trevor
Trevor
Add the ability to call the script without requiring additional input from the user.
Add the ability to have the script output log information if desired.
A simple PR that adds the Minimum OS Version to the logging output of a search. This is useful because I often need this information early on when doing an...
Fixed `SyntaxWarning: invalid escape sequence` in the `WELL_KNOWN_SIDS` dictionary by using double `\\`.  The file is also formatted using black.
Response code 252 indicates: 252 Cannot verify the user, but it will try to deliver the message anyway (from https://en.wikipedia.org/wiki/List_of_SMTP_server_return_codes). I added an `elif` statement to check for status code...