Email Client Project
Overview: This project is a backend email client designed to retrieve, parse, MIME, and print data from selected emails in a mailbox. It is implemented in C using sockets for network communication.
Features: Retrieve Emails: Connects to the mailbox and retrieves emails based on user-defined criteria. Parse Emails: Parses the retrieved emails to extract relevant information such as sender, recipient, subject, and body. MIME Support: Handles MIME (Multipurpose Internet Mail Extensions) to manage different types of email content, including attachments. Print Emails: Allows users to print the data of selected emails for easy reference and record-keeping.