Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

savvasal/pop3corn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published