1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00
James Hillyerd 6fd9f1f98c Load message list over JSON
- Add jquery-load-template to bower
- Add moment (date rendering) to bower
- Load message list JSON via /api/v1/mailbox
- Render message list using jquery template
- Fix resize related problems with message list height caused by
  2092949dbc
2016-03-06 13:15:13 -08:00
2016-02-28 19:45:27 -08:00
2016-03-06 13:15:13 -08:00
2016-03-06 10:25:25 -08:00
2013-09-05 16:37:11 -07:00
2016-02-20 22:14:45 -08:00
2016-03-03 21:40:25 -08:00
2016-02-23 22:09:39 -08:00
2013-10-13 20:32:59 -07:00
2016-03-03 21:40:25 -08:00
2016-03-03 21:27:50 -08:00

Inbucket Build Status

Inbucket is an email testing service; it will accept messages for any email address and make them available via web, REST and POP3. Once compiled, Inbucket does not have an external dependencies (HTTP, SMTP, POP3 and storage are all built in).

Read more at the Inbucket Website

Development Status

Inbucket is currently production quality: it is being used for real work.

Please see the Change Log and Issues List for more details.

Building from Source

You will need a functioning Go installation for this to work.

Grab the Inbucket source code and compile the daemon:

go get -v github.com/jhillyerd/inbucket

Edit etc/inbucket.conf and tailor to your environment. It should work on most Unix and OS X machines as is. Launch the daemon:

$GOPATH/bin/inbucket $GOPATH/src/github.com/jhillyerd/inbucket/etc/inbucket.conf

By default the SMTP server will be listening on localhost port 2500 and the web interface will be available at localhost:9000.

The Inbucket website has a more complete guide to installing from source

About

Inbucket is written in Google Go

Inbucket is open source software released under the MIT License. The latest version can be found at https://github.com/jhillyerd/inbucket

Description
No description provided
Readme MIT 11 MiB
Languages
Go 75.2%
Elm 18.5%
CSS 2.9%
Shell 1.4%
JavaScript 0.8%
Other 1.2%