Contribute to the Project

Rustmail is fully open source and we strongly encourage contributions!

Open Source & AGPL-3.0

Rustmail is released under the AGPL-3.0 license. The project is entirely open source and we warmly welcome all contributions.

How to contribute?

Pull Requests

Propose improvements, bug fixes or new features

Issues & Bugs

Report problems or suggest improvements

Star & Fork

Support the project by adding a star on GitHub

Documentation

Help improve documentation and guides

Contribution Guide

1

Fork the project

Create a copy of the project on your GitHub account by clicking the "Fork" button.

2

Clone your fork

git clone https://github.com/YOUR-USERNAME/rustmail.git
3

Create a branch

git checkout -b feature/my-new-feature
4

Make your changes

Write clean code, test your changes, and make sure everything compiles.

5

Submit a Pull Request

Open a PR with a clear description of your changes.