Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate email file and user + password prompt #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gcwhitfield
Copy link

@gcwhitfield gcwhitfield commented Jan 17, 2019

  • The subject, english email, and japanese email in the email_data.txt file are broken up by the "*" character

  • use input() for username and password input

@aavondet
Copy link
Member

The comments on mail.py should be edited to be consistent with the changes that have been made to the file.

@gcwhitfield
Copy link
Author

The comments on mail.py should be edited to be consistent with the changes that have been made to the file.

Oh you're right. Sorry about that! I'll fix that right away.

Copy link

@aspyrx aspyrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this took me a while to get to - been quite busy.

Email_Text_Files/email_data.txt Outdated Show resolved Hide resolved
Email_Text_Files/email_data.txt Outdated Show resolved Hide resolved
mail.py Outdated
EMAIL_ADDRESS = input("Please type your email address username: ")
PASSWORD = input("Please type your email password: ")

EMAIL_DATA_FILEPATH = 'Email_Text_Files/email_data.txt'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File paths should be consistently named; camelCase or kebab-case is probably preferable.

mail.py Outdated Show resolved Hide resolved
mail.py Outdated Show resolved Hide resolved
mail.py Outdated Show resolved Hide resolved
mail.py Outdated Show resolved Hide resolved
mail.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants