Project

sixpounder

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
POP server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

Pounder

Pounder is a POP server for operation verification for the system to parse the mail.

Build & Dependency Status

Gem Version Code Climate

master: Build Status Coverage Status

develop: Build Status Coverage Status

Installation

$ gem install sixpounder

# Not a pounder

Usage

mail data

Create a .pounder directory in the current directory.

Save .pounder directory the source of the email that you want to operation verification.

start

$ bundle exec pounder [port]

If POP acceess to the host that started Pounder, you can get the mail data that is prepared in advance.

It will not be deleted when you receive mail, you can repeat access.

[port] is optional.
If it is omitted, a free port will be used automatically by Ackintosh::Net::EmptyPort.

-f option

$ bundle exec pounder -f pounder@example.com

Pounder can change 'From' header to specified email address.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request