GithubHelp home page GithubHelp logo

colombe's Introduction

Colombe - an implementation of SMTP protocol in OCaml

colombe is a little library which wants to implement the SMTP protocol according RFC5321. It is a low-level library used by some others projects to implements clients or servers.

The library does not handle properly an email. If you want to generate a proper email or introspect an email, you should be interested by mrmime.

As a client

The distribution provides sendmail, sendmail.tls and sendmail-lwt which are respectively:

  • An agnostic (to the system) implementation of an usual client with authentication
  • An agnostic (to the system) implementation of an usual client with authentication and STARTTLS extension
  • An LWT implementation of an usual client with authentication

Depending on your context:

  • If you want to communicate with a SMTP server which require a TLS connection (like, *:465), sendmail with a scheduler such as LWT or ASYNC (or UNIX) should be use. sendmail-lwt is a specialization with LWT.
  • If you want to communicate with a SMTP server which handles (and surely requires) STARTTLS extension, (like *:587), sendmail.tls which a scheduler should be use.

Of course, a client can be more complex and can handle:

  • file attachments
  • a well formed email
  • some usual metadata such as the timezone

If you are interested by that, you should look into facteur which wants to provide a little binary to send an email with a nice use between colombe, mrmime and some others MirageOS projects.

As a server

Of course, colombe implements both sides. By this library, you are able to implement an SMTP server - if you are interested by that, you should look into ptt.

How to use colombe

As we said, the library wants to be a low-level one. At least, the core does not handle properly eSMTP extensions or any high mechanisms such the authentication. It's mostly because the library wants to be used by a server implementation and a client implementation.

It only ensures a high abstracted interface on top of the low-level of the communication. The library defines only few parts of the SMTP protocol and a monadic interface to describe the state-machine while the communication with an other peer.

sendmail is a good example about how to use colombe. It describes structurally the SMTP protocol (only what it really needs) and the state machine to send an email.

Received field

RFC5321 describes the SMTP protocols and some mechanisms such as the Received: field. The distribution provides a way to introspect Received: fields (and can produce a graph of them) or generate them from a server configuration.

colombe's People

Contributors

dinosaure avatar clecat avatar julow 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.