Coder Social home page Coder Social logo

camann9 / greenmail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from greenmail-mail-test/greenmail

0.0 2.0 1.0 2.37 MB

Official master for the Greenmail project

Home Page: http://www.icegreen.com/greenmail/

License: Apache License 2.0

Java 94.03% CSS 1.25% HTML 4.72%

greenmail's Introduction

GreenMail

GreenMail is an open source, intuitive and easy-to-use test suite of email servers for testing purposes. Supports SMTP, POP3, IMAP with SSL socket support. GreenMail also provides a JBoss GreenMail Service. GreenMail is the fist and only library that offers a test framework for both receiving and retrieving emails from Java.

Go to the project site for details:

The GreenMail project welcomes any contribution, so go ahead and fork/open a pull request! See the guidelines below.

Note: GreenMail recently moved to Github and was previously hosted on SF.

Development Build Status

  • Build GreenMail from source

    mvn clean install

    Make sure you got Maven 3.0.5+ or higher.

  • Build the Maven site (and the optional example report)

    mvn site -Psite

    To build the project site using jekyll, run

    cd greenmail-site

    jekyll build

  • Build and deploy a release

    For a tagged release and deployment to Sonatype OpenSource Repository Hosting, do

    mvn clean deploy -Prelease,release-ossrh

Contribution guidelines

Code formatter

Please set your code formatter to use 4 spaces for indentation of Java files (not tabs) and to two spaces for xml files (like the pom.xml)

Bill of Materials

We have the pom.xml in the root where we set the versions of all dependencies to keep them consistent among subprojects. Please do not add any version tags into the child pom.xml files.

Starting your pull request

The best strategy for opening a pull request is to add the this repository ( https://github.com/greenmail-mail-test/greenmail ) as the "upstream" to your .git/config such as:

[remote "upstream"]
url = https://github.com/greenmail-mail-test/greenmail.git
fetch = +refs/heads/*:refs/remotes/upstream/*

Then you fetch "upstream" and create a new branch at upstream/master (name it issue-XXX or something like that). Now you can add commits on that branch and then create a pull request for that branch (after pushing it to your github). That way commits are isolated for one feature.

Tests for your pull request

Please also create a test for every feature you add. We know that currently there aren't many tests but in the medium term we want to increase test coverage.

greenmail's People

Watchers

 avatar  avatar

Forkers

clboettcher

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.