https://github.com/mrtazz/bin/blob/master/imap_check.py
This looks for a file at ~/.netrc
What is the format of that file? Google results can't find this being used for email anywhere.
machine smtp_server.company.com login user.name@company.com password supersecret
https://github.com/mrtazz/bin/blob/master/imap_check.py
This looks for a file at ~/.netrc
What is the format of that file? Google results can't find this being used for email anywhere.