Experimental email client for the ProtonMail service written in Swift.
A pet project, largely incomplete and missing major features. Could be used for reading emails at best at the moment.
- User authentication (via ProtonMail's web service)
- Loading conversations and messages (including inline attachments or remote content)
- Loading custom folders and labels
- Navigating between folders and labels
- Applying labels, moving conversations and messages between folders
- Starring conversations and messages
- Paging, sort of
- Composer (sending emails)
- Search
- Downloading attachments
- Updating "read" status without opening the message
- Deleting messages
- Editing custom folders and labels
- App lock?
- Menu bar items
- User preferences
- Continuous mailbox scroll should be preferred over paging
- Support for macOS Catalina?
- Tests, tests, tests
- Loads of other QoL features
Clean Swift (variation of VIPER) with three major scenes: sidebar, mailbox and details. Built using AppKit and Auto Layout. The app uses the standard NSSplitViewController
with three items to build the common email client interface.
ProtonMail has announced plans for releasing their own desktop client at some point in 2022 so it's unlikely this project is going to amount to anything. If you still feel like contributing to a project like this you are certainly welcome to do so!
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.
Uses software developed by ProtonMail.