git clone https://github.com/Savinos90/pop3corn.git
make
make tester
./bin/tester
Check examples
Configuration file should have a specific structure as below.
- LN1: threads <number of threads>
- LN2: port <number of port>
- LN3: users <users file name>
Users file should have a specific structure as below.
- LN0: <number of users>
- LN1: <user_1> <password_1>
- LN2: <user_2> <password_2>
- LNN: <user_n> <password_n>
./bin/server <configuration file>
make clean