An Awesome Cross Platform Email Client!
Note : This Project Is Still in Beta Version
Website
.
Report Bug
.
Request Feature
.
Discord Group
LucaMail Provides a Rich Text Editing Experience to send a Mail. Only the imap protocol is supported in the beta version as many users don't seem to be using pop protocol. It comes with 3 pre-configurations for logging the user into the application. LucaMail stores the messages as files under the user's home directory proceeded by the luca directory.
Some Feature may be lacking as it is a beta version but the bundled features are assumed to work in all perspective as long as a bug is detected 😀. So feel free to suggest changes by opening a new issue, or if you want to implement your own, feel free to fork this repo and create a pull request.you can also visit Contributing Guide » to know more!
Whilst I am the main developer of this project, this project couldn't of even started without the help of these open source projects, special thanks to:
LucaMail can be installed in two ways.
-
Releases
head on to Releases and find out the Suitable binary for your OS. and set executable permissions and run it.
wget https://github.com/wholespace214/electron-LucaMail/releases/latest/download/LucaMail-0.0.1-beta.AppImage chmod u+x LucaMail-0.0.1-beta.AppImage ./LucaMail-0.0.1-beta.AppImage
-
Build From Source
LucaMail can be built by it's code.
git clone https://github.com/wholespace214/electron-LucaMail.git npm install --save npm run build cd release && ./LucaMail-0.0.1-beta.AppImage
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newfeature
) - Commit your Changes (
git commit -m 'Add some newfeature'
) - Push to the Branch (
git push origin feature/newfeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE for more information.