Add support for making Gmail the default mail application for the GNOME desktop. "Gmail" will be a choice for Mail Reader in the Preferred Applications dialog. "Mailto" links, "Send Link", etc., will be handled by Gmail.
An attempt to send a full flagged MIME based email using open relay mail servers (authentication not required). Written in Python3. Using smtplib and email liabraries TODO: Bruteforce the SMTP authentication. Support TLS.
An Emailer Daemon that allows 3rd Party Software to easily send emails by just generating a file And easily Seeing the result. Without the need to open up any ports and leave yourself open to attackers. Python source and frozen binaries will be provided.