Skip to content

Kreata/firemail-example

Repository files navigation

Firemail Example App

Example application for sending e-mails from FirefoxOS. Also includes unit test runner for firemail module (tests need to be run from FirefoxOS as socket support is not available in regular Firefox).

firemail

Usage

Step 1

Install firemail application with volo

git clone [email protected]:Kreata/firemail-example.git
cd firemail-example
volo install

Step 2

Install the application to the FirefoxOS simulator (use the manifest file in the root directory)

Step 3

Open the application in the simulator.

Run tests

To run all tests, install and start the test SMTP server

cd test/smtpServer
npm install
npm start

Open the example app in the simulator and click on the Unit Tests button.

License

MIT

About

Example FirefoxOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published