1
I Use This!
Inactive
Analyzed about 15 hours ago. based on code collected about 22 hours ago.

Project Summary

## What ?
epmail - smtp/pop3 mail server written in erlang.

## Install/run
make
cd ebin

In erlang shell:

1> popd_sup:start_link().

2> maildir:adduser("admin", "123").


Then you can connect by telnet:

[shk@myhost ~]$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 server ready
use shk
-ERR
user admin
+OK
pass 123
+OK
list 1
+OK 1 3507
.
noop
+OK

## Contribute
1) Fork epmail
2) Write some new features or fix bug
3) Test it
4) Pull request

More info - [email protected]

Tags

erlang mail pop3 server smtp

In a Nutshell, EPmail...

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    data presented on the Open Hub is available through our API
  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    check out hot projects on the Open Hub
About Project Security

Languages

Erlang
97%
5 Other
3%

30 Day Summary

Mar 19 2024 — Apr 18 2024

12 Month Summary

Apr 18 2023 — Apr 18 2024

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!