Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 387 Bytes

File metadata and controls

14 lines (11 loc) · 387 Bytes

Python

Develop a solution which simulates the email application in CLI.

Requirements

  • Options to sign up and login
  • Standard email operations including (but not limited to) compose mail, save & edit draft, send email, view inbox or sentbox or drafts, delete email

Area of Focus

  • OOP
  • Approach
  • Ingenuity
  • Code Reuse
  • Structuring and Cleanliness of Code and Codebase