node-pop3 icon indicating copy to clipboard operation
node-pop3 copied to clipboard

POP3 server written in NodeJS

node-pop3d is a POP3 server written in Node.js. It is aiming to be RFC 1939 compliant and has the following set of features:

  • PAM authentication
  • mbox and spool directory support
  • simple configuration (via a JSON file)
  • extensive logging (file, syslog, stdout)