This document presents a proposed email server that uses 3DES encryption for secure email communication. The existing email systems are vulnerable without proper security measures. The proposed system encrypts email contents and the user inbox using 3DES encryption. It implements IMAP, SMTP, and SSL protocols for email transfer and communication between the client and server. The system consists of modules for user registration, login using one-time passwords, email composition, encryption of composed emails using 3DES before transmission, decryption of received emails, and a contact list. The system aims to provide a secure email solution by encrypting all communication and preventing unauthorized access to email contents even if the account is compromised.