In an E2EE system, the content of an email is encrypted before it leaves the sender’s device and can only be decrypted by the intended recipient. This is typically achieved through public key cryptography, where the sender encrypts the email using the recipient’s public key, and the recipient decrypts it using their private key.