Skip to content

PushPOP3 is a naive implementation of a POP3 Server for Protocolos de Comunicacion - ITBA

Notifications You must be signed in to change notification settings

tobitba/PushPOP3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generación del Ejecutable

Simplemente pararse en la raíz del directorio y correr el comando
make all

Ubicación de Artefactos Generados

Se generarán dos ejecutables en la raíz del directorio, client.out y pop3.out

Proceso de Ejecución

Para inicializar el servidor, correr el comando
./pop3.out -d [path/to/maildir] -u ususario:contraseña
Para conectarse, usar el comando
ncat -C localhost 2252
Para pedir metricas o cambiar la configuración esta el ejecutable client.out. Para ejecutarlo correr el comando
./client.out -p 2252
Por defecto el servidor utiliza el puerto 2252

About

PushPOP3 is a naive implementation of a POP3 Server for Protocolos de Comunicacion - ITBA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •