Elixir is a functional, meta-programming aware language built on top of the
Erlang VM. It is a dynamic language that focuses on tooling to leverage
Erlang's abilities to build concurrent, distributed and fault-tolerant
applications with hot code upgrades.
Pharo is a clean, innovative, open-source Smalltalk-inspired environment.
- pure object-oriented language
- runs on all major platforms
- stable core with large test suite
- a clean look and feel
- good developer tools
- low memory footprint
It runs under squeak virtual machine.
Whitespace is a imperative stack-based programming language that,
contrary to most languages, ignores any non-whitespace characters.
Only spaces, tabs, and newlines are considered syntax in Whitespace.
This port is a prototype interpreter for the Whitespace programming
language written in Haskell.
fdm is a simple, lightweight replacement for mail fetch, filter and
delivery programs such as fetchmail and procmail. It can currently
fetch using POP3, POP3S, IMAP or from stdin, and deliver to a pipe,
file, maildir, mbox or SMTP server, based on regexps.
mpop is a POP3 client: it retrieves mail from POP3 mailboxes.
Features include:
* Support for multiple accounts
* Header based mail filtering: filter junk mail before downloading it
* Delivery to mbox files, maildir folders, or a mail delivery agent (MDA)
* TLS/SSL support including client certificates
* Many authentication methods
* Support for Internationalized Domain Names (IDN)
* Fast POP3 implementation using command pipelining
* SOCKS proxy support
MIME::Explode is perl module for parsing and decoding single or multipart
MIME messages, and outputting its decoded components to a given directory
ie, this module is designed to allows users to extract the attached files
out of a MIME encoded email messages or mailboxes.
This is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into
its constituent parts, and allows you access to various parts of
the message. Headers are decoded from MIME encoding.
This module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges. See
section 14.1 of the HTTP specification [RFC 2616] for a complete
explanation:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
Mail::MboxParser is a module for working with UNIX-flavoured mailboxes.
Its purpose is to _easily_ extract messages from a mailbox with _simple_
access to header fields, body and MIME-parts. It is particularly easy to
deal with any kind of attached files.
Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol
AUTH service extension, enabling a perl5 application to talk to and
authenticate against SMTP servers. This documentation assumes that you are
familiar with the concepts of the SMTP protocol described in RFC821 and with
the AUTH service extension described in RFC2554.