From 62a9b9053050c83b79b97e5a28cf4e5a4953e627 Mon Sep 17 00:00:00 2001 From: Arnav Mehta <66114536+mehtaarn000@users.noreply.github.com> Date: Tue, 22 Sep 2020 20:02:22 -0500 Subject: [PATCH] Add CLI-Email-Utility Project --- Projects/2-Intermediate/CLI-Email-Utility.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Projects/2-Intermediate/CLI-Email-Utility.md diff --git a/Projects/2-Intermediate/CLI-Email-Utility.md b/Projects/2-Intermediate/CLI-Email-Utility.md new file mode 100644 index 00000000..5e58c216 --- /dev/null +++ b/Projects/2-Intermediate/CLI-Email-Utility.md @@ -0,0 +1,20 @@ +# CLI-Email Utility + +**Tier:** 2-Intermediate + +Create a command-line utility that allows users to send and recieve Emails from their personal email account. + +## User Stories + +- [ ] User can run the command along with their saved email credentials, and message. +- [ ] User will then see a `sent` or `error` message pop up. + +## Bonus Featues + +- [ ] Message can be read from a inputted file and sent. +- [ ] Pretty messages can be sent. Meaning things like: subject, attached files, and different fonts. +- [ ] Implement a GUI into the terminal with email functionalities. + +##Example Projects + +[Send Emails](https://github.com/pazz/alot)