savvasal / pop3corn

client, pop3 server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone Repository

git clone https://github.com/Savinos90/pop3corn.git

Build

make

Test

make tester
./bin/tester

Setup configuration files

Check examples

Configuration file

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

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>

Run

./bin/server <configuration file>

Clean

make clean

That’s all folks

About

client, pop3 server


Languages

Language:C 95.1%Language:Makefile 3.0%Language:C++ 1.8%