GithubHelp home page GithubHelp logo

robin-- / epmail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onlyshk/epmail

0.0 2.0 0.0 4.08 MB

epmail - mail system in Erlang

Home Page: epmail

License: Other

Makefile 0.84% Batchfile 0.22% Erlang 97.46% Shell 0.83% Python 0.65%

epmail's Introduction

What

EPmail - is mail system written in Erlang.

Install

make

Runing

In erlang shell:

popd_sup:start_link().

Add user 3 parameters: Domain Name Password

maildir:adduser("localhost", "admin", "123").

Test

You can connect to servers by telnet or you can use mail client, thunderbird for example:

[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

Credits

Artem Teslenko (https://github.com/ates)

Wiki

EPmail wiki - https://github.com/onlyshk/epmail/wiki

EPmail TODO and Issues

EPmail issues - https://github.com/onlyshk/epmail/issues

Dependency

if you want to use PostgreSql to storage user data:

if you want to user sqlite3 to storage user data:

More info

More info - [email protected]

epmail's People

Contributors

0xax avatar ates avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.