A smtp message parsing library
stable rust && cargo, at least version 1.13
Otherwise you are not able to publish your changes 😉
# install vagrant plugin to auto install the virtualbox guest additions
# which are needed for the nfs share
$ vagrant plugin install vagrant-vbguest
# boot the testing environment for the first time
# this will take a few minutes...
# all subsequent boots will be faster (a few seconds)
$ vagrant up
# go into the testing environment
$ vagrant ssh
# once inside, run the tests:
vagrant@development:~$ cd ~/smtp
vagrant@development:~/smtp$ cargo test$ sh scripts/hooks/install.sh
# optional, test if it is working
$ git commit --allow-empty -m 'empty commit' 2>&1 | grep -q 'Compiling maillurgy' && echo "hook installed"; git res
et origin/master# get latest changes
$ git pull origin master
# check out a feature branch
$ git checout -b 'new-code-that-makes-stuff-happen'
# do some hacking in your editor of choice
$ nvim src/# commit your changes
$ git add -p
$ git commit
# publish your changes
$ git push --set-upstream origin your-branchname-hereThen make a pull request to awesomefireduck/maillurgy on branch master
Maillurgy is a forging of the words metallurgy and mail.
