Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

ackintosh/pounder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pounder is a POP server for operation verification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages