GitXplorerGitXplorer
w

ferric-mail

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
24b1f978a07b624313ededbc5aeac39a26f4f548

update for alpha

committed 10 years ago
Unverified
b8b06e339eaa892f518e6ac9f9f2d7aa88a6c8d8

travis

wwraithan committed 10 years ago
Unverified
12ac8ba043f245bb79517635f0f58c8f08d68236

starting over

wwraithan committed 10 years ago
Unverified
f3d5834a2ea3f641655e7fc26d45bf8d7db6d5e1

init

committed 10 years ago

README

The README file for this repository.

Ferric Mail

This is an attempt to build an SMTP server in rust. It is not currently to be taken seriously as a project to be used in place of more mature options. It is a research project for me both in learning rust, and writing a mail server that I might be able to use for some stuff.

Usage

This currently does not depend on any libraries, you should be able to rustc main.rs then ./main and have it start running. Issues are welcome, pull requests should be discussed in an issue first as this is an exploration project for me and I'd rather build certain parts myself.

It does not have any config, everything is hardcoded. I hope to update this section in the near future to make it more configurable.

License

MIT