Giter VIP home page Giter VIP logo

test-mail-server's Introduction

test-mail-server

A SMTP/POP3 server for testing purposes purely written on Java™ with the Netty framework.

Requirements

You need a Java 8 or newer installed on your machine.

Usage

The test-mail-server-<version>.jar is auto-executable. If your desktop environment supports it, you can directly double click on the .jar. Otherwise, run the following command with the next command-line arguments.

java -jar test-mail-server-<version>.jar <args>

Command-line arguments

Argument Description
-h, --help Show help
-s, --smtp-port <port> Start the SMTP server on the given port
-sr, --smtp-redirect Redirect all incoming messages to the sender's mailbox
-p, --pop3-port <port> Start the POP3 server on the given port
-m, --mail-dir <directory> Path to directory to store user's mailboxes and mail messages
-c, --console Start the application in the console mode. No GUI. Can be used to start the application as a *nix daemon or a Windows Service

SMTP server tab

SMTP Server

Shows a list of SMTP transactions and its details.

POP3 server tab

POP3 Server

Shows a list of POP3 transactions and its details.

Mailboxes tab

Mailboxes

Shows a list of user's mailboxes, messages in mailboxes and message's bodies.

Erlang version

An Erlang™-based version is also available.

Licensing mumbo-jumbo

This software is licensed under the Apache License, Version 2.0.

test-mail-server's People

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.